From 1b082fd8d7a3c390f3de1a2a0f25c14b24d8cbdb Mon Sep 17 00:00:00 2001 From: Mark Simpson Date: Mon, 2 Apr 2012 22:40:21 +1200 Subject: [PATCH] Updated the OSX install guide to fix a broken link to the homebrew install script --- 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 f0cd8fd8f..f2cdbd640 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -20,7 +20,7 @@ While Lion comes with a large number of UNIX utilities, those familiar with Linu To `install Homebrew `_, simply run:: - $ ruby -e "$(curl -fsS https://raw.github.com/gist/323731)" + $ ruby -e "$(curl -fsS https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)" Then, insert the hombrew directory at the top of your ``PATH`` enviornment variable. You can do this by adding the following line at the bottom of your ``~/.bashrc`` file::