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