Skip to content

Commit 3c56e57

Browse files
committed
Merge pull request #503 from clebio/master
Installation instructions don't explicitly state using Terminal
2 parents 85faaee + dcecd41 commit 3c56e57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/starting/install/osx.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +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 <https://github.com/Homebrew/homebrew/wiki/installation>`_,
40-
simply run
39+
To `install Homebrew <http://brew.sh/#install>`_, open :file:`Terminal` or
40+
your favorite OSX terminal emulator and run
4141

4242
.. code-block:: console
4343
44-
$ 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)"
4545
4646
The script will explain what changes it will make and prompt you before the
4747
installation begins.

0 commit comments

Comments
 (0)