From 49192a4317bc3d68bf0e43822a4151ae743254f0 Mon Sep 17 00:00:00 2001 From: Adam Liter Date: Sat, 19 Mar 2016 22:44:22 -0400 Subject: [PATCH] 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`. --- 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 cb0062cc7..b401c5560 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -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.