From 46ee1c6ee2084caa797da4b2cd441d7551be2dbe Mon Sep 17 00:00:00 2001 From: Julia Medina Date: Wed, 19 Aug 2015 02:21:08 -0300 Subject: [PATCH] Reference Homebrew's homepage for installation instructions --- docs/intro/install.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/intro/install.rst b/docs/intro/install.rst index 246964d3f..918197e43 100644 --- a/docs/intro/install.rst +++ b/docs/intro/install.rst @@ -117,9 +117,7 @@ solutions: that doesn't conflict with the rest of your system. Here's how to do it using the `homebrew`_ package manager: - * Install `homebrew`_:: - - ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" + * Install `homebrew`_ following the instructions in http://brew.sh/ * Update your ``PATH`` variable to state that homebrew packages should be used before system packages (Change ``.bashrc`` to ``.zshrc`` accordantly