Update README with version

This commit is contained in:
Zura Sekhniashvili
2025-10-31 02:54:40 +04:00
parent 3a2ec9d924
commit 6486711107

View File

@@ -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: