Skip to content

Commit dcecd41

Browse files
author
Caleb Hyde
committed
Revert removal of user prompt; Don't prescribe which emulator to use
1 parent 0f070bf commit dcecd41

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/starting/install/osx.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,12 @@ While OS X comes with a large number of UNIX utilities, those familiar with
3636
Linux systems will notice one key component missing: a decent package manager.
3737
`Homebrew <http://brew.sh>`_ fills this void.
3838

39-
To `install Homebrew <http://brew.sh/#install>`_, open :file:`Terminal`
40-
(either via ``Command-Spacebar`` or from Finder, navigate to
41-
:file:`/Applications/Utilities/Terminal`) and run
39+
To `install Homebrew <http://brew.sh/#install>`_, open :file:`Terminal` or
40+
your favorite OSX terminal emulator and run
4241

4342
.. code-block:: console
4443
45-
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
44+
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4645
4746
The script will explain what changes it will make and prompt you before the
4847
installation begins.

0 commit comments

Comments
 (0)