From 9fcf01695c5e8a2891fd5d2a36292b6f5422e9dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Bj=C3=B8rnskov?= Date: Thu, 12 Jan 2012 12:54:26 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0693158bf06..ebdcf2479d4b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Global installation of composer (via homebrew) 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` 3. Use composer as you normally would `composer.phar install`