We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57e7366 commit fa96484Copy full SHA for fa96484
docs/starting/install/osx.rst
@@ -33,7 +33,7 @@ simply run
33
34
.. code-block:: console
35
36
- $ ruby -e "$(curl -fsS https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
+ $ /usr/bin/ruby -e "$(/usr/bin/curl -fsSL https://raw.github.com/mxcl/homebrew/master/Library/Contributions/install_homebrew.rb)"
37
38
Then, insert the Homebrew directory at the top of your ``PATH`` enviornment
39
variable. You can do this by adding the following line at the bottom of your
0 commit comments