Skip to content

Commit 142d6e5

Browse files
committed
Merge pull request #260 from staabm/patch-1
updated composer installation to the current recommendation from http://...
2 parents de37e2e + 91f9c4d commit 142d6e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Just create a `composer.json` file for your project:
7373
And run these two commands to install it:
7474

7575
``` bash
76-
$ wget http://getcomposer.org/composer.phar
77-
$ php composer.phar install
76+
$ curl -sS https://getcomposer.org/installer | php
77+
$ composer install
7878
```
7979

8080
Now you can add the autoloader, and you will have access to the library:

0 commit comments

Comments
 (0)