Update README with version
This commit is contained in:
10
README.md
10
README.md
@@ -4,10 +4,20 @@ Deploy your Laravel application to Hostinger shared hosting with automated GitHu
|
||||
|
||||
## Installation
|
||||
|
||||
Install the package via Composer:
|
||||
|
||||
```bash
|
||||
composer require thecodeholic/laravel-hostinger-deploy:^0.1 --dev
|
||||
```
|
||||
|
||||
Or install the latest version:
|
||||
|
||||
```bash
|
||||
composer require thecodeholic/laravel-hostinger-deploy --dev
|
||||
```
|
||||
|
||||
> **Note:** This package should be installed as a development dependency (`--dev`) since it's only needed during deployment, not in production.
|
||||
|
||||
## Quick Start (All-in-One Command)
|
||||
|
||||
The easiest way to deploy and set up automated deployment:
|
||||
|
||||
Reference in New Issue
Block a user