Updated brew installation command.
authorNatan L <kuyanatan.nlao@gmail.com>
Sun, 20 May 2012 04:44:06 +0000 (21:44 -0700)
committerNatan L <kuyanatan.nlao@gmail.com>
Sun, 20 May 2012 04:44:06 +0000 (21:44 -0700)
docs/starting/install/osx.rst

index 136a4bb..7b8603c 100644 (file)
@@ -33,7 +33,7 @@ simply run
 
 .. code-block:: console
 
-    $ 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)"
 
 Then, insert the Homebrew directory at the top of your ``PATH`` enviornment
 variable. You can do this by adding the following line at the bottom of your