From ccf93af642d77e7fd1501c189b528146f4736360 Mon Sep 17 00:00:00 2001 From: Jason Harmon Date: Thu, 6 Feb 2014 10:04:23 -0800 Subject: [PATCH] Updating links for brew --- docs/starting/install/osx.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index 8017bfb..0f95e73 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -33,14 +33,14 @@ package. While Lion comes with a large number of UNIX utilities, those familiar with Linux systems will notice one key component missing: a decent package manager. -`Homebrew `_ fills this void. +`Homebrew `_ fills this void. -To `install Homebrew `_, +To `install Homebrew `_, simply run .. code-block:: console - $ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" + $ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)" The script will explain what changes it will make and prompt you before the installation begins.