Skip to content

Commit 2a9c732

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#233 from mattstiles/master
Minor change to OSX installation doc
2 parents 4cac6b5 + d0c4e0f commit 2a9c732

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
@@ -33,7 +33,7 @@ simply run
3333

3434
.. code-block:: console
3535
36-
$ /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
36+
$ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)"
3737
3838
Then, insert the Homebrew directory at the top of your ``PATH`` environment
3939
variable. You can do this by adding the following line at the bottom of your

0 commit comments

Comments
 (0)