Merge pull request #4534 from retbrown/readme_update
Update readme.md to include php fall backpull/4531/merge
commit
a9f7480327
|
@ -18,6 +18,13 @@ Installation / Usage
|
|||
$ curl -sS https://getcomposer.org/installer | php
|
||||
```
|
||||
|
||||
> **Note:** If the above fails for some reason, you can download the installer
|
||||
> with `php` instead:
|
||||
|
||||
```sh
|
||||
php -r "readfile('https://getcomposer.org/installer');" | php
|
||||
```
|
||||
|
||||
2. Create a composer.json defining your dependencies. Note that this example is
|
||||
a short version for applications that are not meant to be published as packages
|
||||
themselves. To create libraries/packages please read the
|
||||
|
|
Loading…
Reference in New Issue