Skip to content

Commit 6abba86

Browse files
author
Caleb Hyde
committed
Explicitly state Terminal; update link to Homebrew
1 parent 4dadbdc commit 6abba86

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/starting/install/osx.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ 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 <https://github.com/Homebrew/homebrew/wiki/installation>`_,
40-
simply run
39+
To `install Homebrew <http://brew.sh/#install>`_, open `Terminal`
40+
(either via `Command-Spacebar` or from Finder, navigate to
41+
`/Applications/Utilities/Terminal`) and run
4142

42-
.. code-block:: console
43+
.. code-block:: console
4344
44-
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
45+
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
4546
4647
The script will explain what changes it will make and prompt you before the
4748
installation begins.

0 commit comments

Comments
 (0)