Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
antonmedv committed Nov 12, 2016
1 parent 4a99f14 commit 379b137
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -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.

``` sh
$ curl -LO https://deployer.org/deployer.phar
$ mv deployer.phar /usr/local/bin/dep
$ chmod +x /usr/local/bin/dep
curl -LO https://deployer.org/deployer.phar
mv deployer.phar /usr/local/bin/dep
chmod +x /usr/local/bin/dep
```

To upgrade Deployer run command:

``` sh
$ dep self-update
dep self-update
```

Or via composer:

``` sh
$ composer require deployer/deployer
composer require deployer/deployer
```

## Documentation
Expand Down

0 comments on commit 379b137

Please sign in to comment.