Merge pull request #1807 from sclarson/patch-1
removes sudo from global installationpull/1804/merge
commit
8f619c1883
|
@ -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`.
|
||||
|
||||
|
|
Loading…
Reference in New Issue