Skip to content

Commit fa96484

Browse files
author
Natan L
committed
Updated brew installation command.
1 parent 57e7366 commit fa96484

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)