We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de37e2e + 91f9c4d commit 142d6e5Copy full SHA for 142d6e5
README.md
@@ -73,8 +73,8 @@ Just create a `composer.json` file for your project:
73
And run these two commands to install it:
74
75
``` bash
76
-$ wget http://getcomposer.org/composer.phar
77
-$ php composer.phar install
+$ curl -sS https://getcomposer.org/installer | php
+$ composer install
78
```
79
80
Now you can add the autoloader, and you will have access to the library:
0 commit comments