1
0
Fork 0

Merge pull request #1807 from sclarson/patch-1

removes sudo from global installation
pull/1804/merge
Jordi Boggiano 2013-04-17 09:44:37 -07:00
commit 8f619c1883
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ executable and invoke it without `php`.
You can run these commands to easily access `composer` from anywhere on your system:
$ curl -sS https://getcomposer.org/installer | php
$ sudo mv composer.phar /usr/local/bin/composer
$ mv composer.phar /usr/local/bin/composer
Then, just run `composer` in order to run Composer instead of `php composer.phar`.