1
0
Fork 0

Update Homebrew installation instructions.

Composer is now part of the homebrew-php repository which is used by most of the Homebrew users. The Gist formula in the previous version of the instructions raises a warning, which might confuse users. The installation of the new formula runs seamlessly without any warnings.
pull/706/head
Gergo Erdosi 2012-05-17 17:06:57 +03:00
parent bac9d6d2e7
commit b6cd2f6e08
1 changed files with 4 additions and 7 deletions

View File

@ -58,14 +58,11 @@ in a system wide way.
Global installation of Composer (via homebrew) Global installation of Composer (via homebrew)
---------------------------------------------- ----------------------------------------------
Installing via this homebrew formula will always get you the latest Composer version. Composer is part of the homebrew-php project.
1. run `brew uninstall composer ; brew install --HEAD https://raw.github.com/gist/1574469/composer.rb` 1. Tap the homebrew-php repository into your brew installation if you haven't done yet: `brew tap josegonzalez/homebrew-php`
2. Change into a project directory `cd /path/to/my/project` 2. Run `brew install composer-php`.
3. Use Composer as you normally would `composer.phar install` 3. Use Composer with the `composer` command.
*You will see a warning "Warning: Cannot verify package integrity"; however,
this is benign and expected.*
Updating Composer Updating Composer
----------------- -----------------