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.