Skip to content

Commit 49192a4

Browse files
committed
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`.
1 parent e86b2f7 commit 49192a4

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
@@ -45,7 +45,7 @@ your favorite OSX terminal emulator and run
4545

4646
.. code-block:: console
4747
48-
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
48+
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4949
5050
The script will explain what changes it will make and prompt you before the
5151
installation begins.

0 commit comments

Comments
 (0)