Merge pull request #690 from adamliter/fix/homebrew

Updates command for installing Homebrew
This commit is contained in:
2016-03-22 19:02:19 -04:00
+1 -1
View File
@@ -45,7 +45,7 @@ your favorite OSX terminal emulator and run
.. code-block:: console .. code-block:: console
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
The script will explain what changes it will make and prompt you before the The script will explain what changes it will make and prompt you before the
installation begins. installation begins.