From 5e0f707dd6d9aba9dfb4c2bca26db1375d664bbd Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Sat, 22 Nov 2014 16:23:38 -0800 Subject: [PATCH] [meta] Update installing Homebrew in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ee85c6..5310a71 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ files that can be symlinked. ``` shell # Install Homebrew -ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" +ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" # Install ansible brew install ansible