diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index ff6f042..56ad745 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -36,12 +36,12 @@ While OS X comes with a large number of UNIX utilities, those familiar with Linux systems will notice one key component missing: a decent package manager. `Homebrew `_ fills this void. -To `install Homebrew `_, -simply run +To `install Homebrew `_, open :file:`Terminal` or +your favorite OSX terminal emulator and run .. code-block:: console - $ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + $ 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.