Skip to content

Commit 1b082fd

Browse files
committed
Updated the OSX install guide to fix a broken link to the homebrew install script
1 parent 7b0ee41 commit 1b082fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/starting/install/osx.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ While Lion comes with a large number of UNIX utilities, those familiar with Linu
2020

2121
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, simply run::
2222

23-
$ ruby -e "$(curl -fsS https://raw.github.com/gist/323731)"
23+
$ ruby -e "$(curl -fsS https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
2424

2525
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::
2626

0 commit comments

Comments
 (0)