1
0
Fork 0

Merge pull request #202 from henrikbjorn/patch-1

Update README.md
pull/204/head
Jordi Boggiano 2012-01-12 04:36:04 -08:00
commit 2f3b188d5f
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Global installation of composer (via homebrew)
Installing via this homebrew formula will always get you the latest composer version. Installing via this homebrew formula will always get you the latest composer version.
1. run `brew uninstall composer ; brew install https://raw.github.com/gist/1574469/composer.rb` 1. run `brew uninstall composer ; brew install --HEAD https://raw.github.com/gist/1574469/composer.rb`
2. Change into a project directory `cd /path/to/my/project` 2. Change into a project directory `cd /path/to/my/project`
3. Use composer as you normally would `composer.phar install` 3. Use composer as you normally would `composer.phar install`