From d7f77e566151a16bdaa1ff52dfaa53c4630bf03c Mon Sep 17 00:00:00 2001 From: Dustin Rodrigues Date: Thu, 29 Dec 2011 22:00:05 -0800 Subject: [PATCH] fixed homebrew download url --- docs/starting/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/installation.rst b/docs/starting/installation.rst index 2fa0334..2bb06d9 100644 --- a/docs/starting/installation.rst +++ b/docs/starting/installation.rst @@ -15,7 +15,7 @@ package manager. Mxcl's `Homebrew `_ is the an To `install Homebrew `_, simply run: :: - $ ruby -e "$(curl -fsS http://gist.github.com/raw/323731/install_homebrew.rb)" + $ ruby -e "$(curl -fsS https://raw.github.com/gist/323731)" It's basic commands are **update**, **install**, and **remove**.