From fa96484f77fa3f992b1f202e16bbf6f1d5fac269 Mon Sep 17 00:00:00 2001 From: Natan L Date: Sat, 19 May 2012 21:44:06 -0700 Subject: [PATCH] Updated brew installation command. --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 136a4bb4f..7b8603cf8 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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