Update README.

This commit is contained in:
Óscar de Arriba
2016-10-15 15:16:07 +02:00
parent 3067d1bd24
commit eb15be8fc4

View File

@@ -1,6 +1,8 @@
# asdf-php
PHP plugin for [asdf version manager](https://github.com/HashNuke/asdf).
*Original version of this plugin created by @Stratus3D*
## Install
```
@@ -34,13 +36,9 @@ brew link --force bison27
Installing during development:
```
cp -r . ~/.asdf/plugins/php
ln -s . ~/.asdf/plugins/php
```
####PHP Download Mirrors
I considered trying to use mirrors when downloading the source code. It seemed simpler to just download the release from GitHub. Example code: https://gist.github.com/lox/9152137
## Use
Check the [asdf](https://github.com/HashNuke/asdf) readme for instructions on how to install & manage versions of PHP.