1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-30 04:39:21 +01:00

README: Remove pipe into php.

This commit is contained in:
Andreas Fischer 2016-12-18 10:38:28 +01:00
parent 3cebd4ec59
commit d0d26cd29f

View File

@ -30,17 +30,12 @@ Need Support?
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
```
1. Install Composer (see [Composer Download Instructions](https://getcomposer.org/download/))
2. Install Dependencies
``` sh
php composer.phar install
composer install
```
## Contributing