Revert removal of user prompt; Don't prescribe which emulator to use

This commit is contained in:
Caleb Hyde
2014-12-05 11:19:25 -06:00
parent 0f070bf3a7
commit dcecd4127e
+3 -4
View File
@@ -36,13 +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 <http://brew.sh>`_ fills this void.
To `install Homebrew <http://brew.sh/#install>`_, open :file:`Terminal`
(either via ``Command-Spacebar`` or from Finder, navigate to
:file:`/Applications/Utilities/Terminal`) and run
To `install Homebrew <http://brew.sh/#install>`_, 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.