From e0137d05788db9fc3b062c1b072e0830e52eab4e Mon Sep 17 00:00:00 2001 From: kuyan Date: Fri, 19 Apr 2013 22:39:40 -0700 Subject: [PATCH] Updated Homebrew install instructions. According to their homepage, http://brew.sh (linked to from https://github.com/mxcl/homebrew). --- docs/starting/install/osx.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/starting/install/osx.rst b/docs/starting/install/osx.rst index ad1a3a4..3af4295 100644 --- a/docs/starting/install/osx.rst +++ b/docs/starting/install/osx.rst @@ -33,7 +33,7 @@ simply run .. code-block:: console - $ ruby -e "$(curl -fsSkL raw.github.com/mxcl/homebrew/go)" + $ ruby -e "$(curl -fsSL https://raw.github.com/mxcl/homebrew/go)" Then, insert the Homebrew directory at the top of your ``PATH`` environment variable. You can do this by adding the following line at the bottom of your