Updated the OSX install guide to fix a broken link to the homebrew install script

This commit is contained in:
Mark Simpson
2012-04-02 22:40:21 +12:00
parent 7b0ee41dee
commit 1b082fd8d7
+1 -1
View File
@@ -20,7 +20,7 @@ While Lion comes with a large number of UNIX utilities, those familiar with Linu
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, 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::