From bb5c2ad06c69ad3603745586092763f495e9b980 Mon Sep 17 00:00:00 2001 From: Wil Moore III Date: Sat, 7 Jan 2012 04:35:23 -0700 Subject: [PATCH] added a blurb to the README regarding installing composer via homebrew. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 536632996..a564d685e 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,15 @@ in a system wide way. 3. Change into a project directory `cd /path/to/my/project` 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 -------------