1
0
Fork 0

added a blurb to the README regarding installing composer via homebrew.

pull/188/head
Wil Moore III 2012-01-07 04:35:23 -07:00
parent 855b1cb9d3
commit bb5c2ad06c
1 changed files with 9 additions and 0 deletions

View File

@ -48,6 +48,15 @@ in a system wide way.
3. Change into a project directory `cd /path/to/my/project` 3. Change into a project directory `cd /path/to/my/project`
4. Use composer as you normally would `composer.phar install` 4. Use composer as you normally would `composer.phar install`
Global installation of composer (via homebrew)
----------------------------------------------
Homebrew can help you easily keep up-to-date with the latest composer version.
1. run `brew install https://raw.github.com/gist/1574469/composer.rb
2. Change into a project directory `cd /path/to/my/project`
3. Use composer as you normally would `composer.phar install`
Configuration Configuration
------------- -------------