Updates command for installing Homebrew

As can be seen on the Homebrew website (http://brew.sh/), it seems that
Homebrew is now recommending that you install Homebrew by calling
`/usr/bin/ruby` instead of just `ruby`.
This commit is contained in:
Adam Liter
2016-03-19 22:44:22 -04:00
parent e86b2f7771
commit 49192a4317
+1 -1
View File
@@ -45,7 +45,7 @@ your favorite OSX terminal emulator and run
.. code-block:: console
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The script will explain what changes it will make and prompt you before the
installation begins.