From a65c2dba9e264f45dc70f44a11984424a1b73c64 Mon Sep 17 00:00:00 2001 From: Jen Valure Date: Thu, 10 May 2012 17:13:45 -0400 Subject: [PATCH] Changed install command for Homebrew. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b6117e..a525bea 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Git is a distributed version control system. This is an essential tool to ensure [Github](Instll) outlines installation instructions which tell you to install Git from the [source](http://git-scm.com/). I would recommend that you take the plunge and install [Homebrew](http://mxcl.github.com/homebrew/). - /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731)" + /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" Brew will allow you install multiple different programs very quickly and easily.