1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 08:32:56 +00:00

Add note about /usr not existing in OSX Yosemite by default.

BTW Seriously Apple?
This commit is contained in:
Josh Pollock 2015-01-25 17:05:21 -05:00
parent 825b4b9c63
commit 59141c8663

View file

@ -107,6 +107,8 @@ 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.
Then, just run `composer` in order to run Composer instead of `php composer.phar`.
## Installation - Windows