Skip to content

Commit

Permalink
updated homebrew install/upgrade info based on changes to formula
Browse files Browse the repository at this point in the history
  • Loading branch information
Wil Moore III committed Jan 7, 2012
1 parent 8b3af62 commit 752e4cc
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions README.md
Expand Up @@ -51,12 +51,31 @@ in a system wide way.
Global installation of composer (via homebrew) Global installation of composer (via homebrew)
---------------------------------------------- ----------------------------------------------


Homebrew can help you easily keep up-to-date with the latest composer version. Installing via this homebrew formula will always get you the latest composer version.


1. run `brew install https://raw.github.com/gist/1574469/composer.rb` 1. run `brew uninstall composer ; brew install 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`


To upgrade:

1. run `brew uninstall composer ; brew install https://raw.github.com/gist/1574469/composer.rb`

Install or Upgrade to the latest version of composer
---------------------------------------------------------------------


*You will see a warning "Warning: Cannot verify package integrity"; however, this is benign and expected.*

Verify
--------
- composer.phar --version
- brew home composer





Configuration Configuration
------------- -------------


Expand Down

0 comments on commit 752e4cc

Please sign in to comment.