1
0
Fork 0

Merge pull request #727 from jmfontaine/homebrew-fix

Fixed the name of the homebrew package
pull/726/merge
Jordi Boggiano 2012-05-24 12:11:44 -07:00
commit b7082df8a4
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Global installation of Composer (via homebrew)
Composer is part of the homebrew-php project.
1. Tap the homebrew-php repository into your brew installation if you haven't done yet: `brew tap josegonzalez/homebrew-php`
2. Run `brew install composer-php`.
2. Run `brew install josegonzalez/php/composer`.
3. Use Composer with the `composer` command.
Updating Composer