File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ 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 :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
4747installation begins.
You can’t perform that action at this time.
0 commit comments