File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,13 @@ While OS X comes with a large number of UNIX utilities, those familiar with
3636Linux 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
4748installation begins.
You can’t perform that action at this time.
0 commit comments