mirror of
https://github.com/phpseclib/phpseclib.git
synced 2024-12-26 03:27:31 +00:00
Add section about Dependency Installation to README.md
This commit is contained in:
parent
4a064a0506
commit
670222bc31
17
README.md
17
README.md
@ -14,3 +14,20 @@ AES, Blowfish, Twofish, SSH-1, SSH-2, SFTP, and X.509
|
|||||||
|
|
||||||
<img src="http://phpseclib.sourceforge.net/pear-icon.png" alt="PEAR Channel" width="16" height="16">
|
<img src="http://phpseclib.sourceforge.net/pear-icon.png" alt="PEAR Channel" width="16" height="16">
|
||||||
PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)
|
PEAR Channel: [phpseclib.sourceforge.net](http://phpseclib.sourceforge.net/pear.htm)
|
||||||
|
|
||||||
|
## Installing Dependencies
|
||||||
|
|
||||||
|
Dependencies are managed via Composer.
|
||||||
|
|
||||||
|
1. Download the [`composer.phar`](https://getcomposer.org/composer.phar) executable as per the
|
||||||
|
[Composer Download Instructions](https://getcomposer.org/download/), e.g. by running
|
||||||
|
|
||||||
|
``` sh
|
||||||
|
curl -sS https://getcomposer.org/installer | php
|
||||||
|
```
|
||||||
|
|
||||||
|
2. Install Dependencies
|
||||||
|
|
||||||
|
``` sh
|
||||||
|
php composer.phar install --dev
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user