mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-24 01:02:24 +01:00
Update README.md
This commit is contained in:
parent
4a99f149a0
commit
379b137fb6
10
README.md
10
README.md
@ -31,21 +31,21 @@ You can enable [sockets](http://php.net/manual/en/book.sockets.php) to speedup d
|
|||||||
To install Deployer download [deployer.phar](https://deployer.org/deployer.phar) archive and move deployer.phar to your bin directory and make it executable.
|
To install Deployer download [deployer.phar](https://deployer.org/deployer.phar) archive and move deployer.phar to your bin directory and make it executable.
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
$ curl -LO https://deployer.org/deployer.phar
|
curl -LO https://deployer.org/deployer.phar
|
||||||
$ mv deployer.phar /usr/local/bin/dep
|
mv deployer.phar /usr/local/bin/dep
|
||||||
$ chmod +x /usr/local/bin/dep
|
chmod +x /usr/local/bin/dep
|
||||||
```
|
```
|
||||||
|
|
||||||
To upgrade Deployer run command:
|
To upgrade Deployer run command:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
$ dep self-update
|
dep self-update
|
||||||
```
|
```
|
||||||
|
|
||||||
Or via composer:
|
Or via composer:
|
||||||
|
|
||||||
``` sh
|
``` sh
|
||||||
$ composer require deployer/deployer
|
composer require deployer/deployer
|
||||||
```
|
```
|
||||||
|
|
||||||
## Documentation
|
## Documentation
|
||||||
|
Loading…
x
Reference in New Issue
Block a user