From d0c4e0fa36ef96b4a1d5706ef78c8910b9b2f476 Mon Sep 17 00:00:00 2001 From: Matt Stiles Date: Thu, 27 Dec 2012 14:07:53 -0500 Subject: [PATCH] Update docs/starting/install/osx.rst MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixed broken installation command.  --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 3da84a7..883cac0 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -33,7 +33,7 @@ simply run .. code-block:: console - $ /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" + $ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)" Then, insert the Homebrew directory at the top of your ``PATH`` environment variable. You can do this by adding the following line at the bottom of your