From b13564d9fad5720390f68a91885ee2d7d557e8ff Mon Sep 17 00:00:00 2001 From: Taha Jalil Date: Mon, 9 Feb 2015 17:23:41 -0500 Subject: [PATCH] updated command to install Homebrew --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbf9421..353e518 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Install the latest [XCode](https://developer.apple.com/xcode/). **Make sure to a To install HomeBrew, copy, paste and run the following at the command line: ``` -ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" ``` Then close terminal and re-open it (restart terminal).