Skip to content

Commit dbd4c82

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#153 from kuyan/patch-1
Updated brew installation command.
2 parents 57e7366 + fa96484 commit dbd4c82

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-
$ ruby -e "$(curl -fsS https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
36+
$ /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
3737
3838
Then, insert the Homebrew directory at the top of your ``PATH`` enviornment
3939
variable. You can do this by adding the following line at the bottom of your

0 commit comments

Comments
 (0)