Skip to content

Commit 4ec9290

Browse files
author
reallyli
committed
update readme
1 parent a14e014 commit 4ec9290

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Installation
1212

1313
```shell
14-
composer require reallyli/laravel-unideploy
14+
composer require reallyli/laravel-unideploy --dev
1515
```
1616

1717
## Start
@@ -33,15 +33,15 @@ php artisan deploy {staging} --branh={branch}
3333
Roll back the current version
3434

3535
```shell
36-
php artisan rollback {staging}
36+
php artisan deploy:rollback {staging}
3737
```
3838

3939
## Unlock
4040

4141
Temporarily unlock the deployment file
4242

4343
```shell
44-
php artisan unlock {staging}
44+
php artisan deoloy:unlock {staging}
4545
```
4646

4747
## Links

0 commit comments

Comments
 (0)