1
0
Fork 0

Merge pull request #3675 from Shelob9/patch-1

Add note about /usr not existing in OSX Yosemite by default.
pull/3580/merge
Nils Adermann 2015-01-29 16:53:39 +01:00
commit 2fbce61f6a
1 changed files with 2 additions and 0 deletions

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 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`.
## Installation - Windows