mirror of
https://github.com/deployphp/deployer.git
synced 2025-02-23 00:32:25 +01:00
Update README.md 💌
This commit is contained in:
parent
431fbe307d
commit
88c2110365
21
README.md
21
README.md
@ -40,15 +40,24 @@ Deployer will work with [PHPSecLib](https://github.com/phpseclib/phpseclib).
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
To install Deployer use [Composer](https://getcomposer.org):
|
To install Deployer download [deployer.phar](http://deployer.in/deployer.phar) archive and move deployer.phar to your bin directory and make it executable.
|
||||||
|
|
||||||
```
|
~~~
|
||||||
composer global require elfet/deployer:dev-master
|
mv deployer.phar /usr/local/bin/dep
|
||||||
```
|
chmod +x /usr/local/bin/dep
|
||||||
|
~~~
|
||||||
|
|
||||||
Make sure what `~/.composer/vendor/bin` in your `PATH`.
|
To upgrade Deployer run command:
|
||||||
|
|
||||||
Install via PHAR: TODO
|
~~~
|
||||||
|
dep self-update
|
||||||
|
~~~
|
||||||
|
|
||||||
|
Or via composer:
|
||||||
|
|
||||||
|
~~~
|
||||||
|
composer require elfet/deployer:~1.0
|
||||||
|
~~~
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user