1
0
Fork 0

removes sudo from global installation

The /usr/local/bin folder should require sudo access.
pull/1807/head
sclarson 2013-04-17 10:57:44 -05:00
parent 19bfd6c713
commit f6b39e4c40
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`.