1
0
Fork 0

Improve notice about /usr/local/bin

pull/3675/head
Josh Pollock 2015-01-28 21:33:42 -05:00
parent 59141c8663
commit 76a0e818b5
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@ mv composer.phar /usr/local/bin/composer
> **Note:** If the above fails due to permissions, run the `mv` line
> again with sudo.
> **Note:** In OSX Yosemite the `/usr` directory does not exist by default. If you recive the error "/usr/local/bin/composer: No such file or directory" then you must create `/usr/local/bin/composer/` manually.
> **Note:** In OSX Yosemite the `/usr` directory does not exist by default. If you receive the error "/usr/local/bin/composer: No such file or directory" then you must create `/usr/local/bin/` manually before proceeding.
Then, just run `composer` in order to run Composer instead of `php composer.phar`.