Modify Composer install path in docs

Composer examples at http://getcomposer.org/doc/00-intro.md use
/usr/local/bin for installing Composer globally, so let's use that
path as well instead of /usr/bin.
This commit is contained in:
Sean Harvey 2012-12-11 15:43:30 +13:00
parent 1e0b0e7f56
commit 0f8b229d6b

View File

@ -18,7 +18,7 @@ To install Composer, run the following commands from your command-line.
curl -s https://getcomposer.org/installer | php
# Move to your path
sudo mv composer.phar /usr/bin/composer
sudo mv composer.phar /usr/local/bin/composer
Or [download composer.phar](http://getcomposer.org/composer.phar) manually, and rename `composer.phar` as `composer`, and put it in your path. On Windows, you should call the file `composer.bat`.