fixed homebrew download url

This commit is contained in:
Dustin Rodrigues
2011-12-29 22:00:05 -08:00
parent 1717f4d39b
commit d7f77e5661
+1 -1
View File
@@ -15,7 +15,7 @@ package manager. Mxcl's `Homebrew <http://mxcl.github.com/homebrew/>`_ is the an
To `install Homebrew <https://github.com/mxcl/homebrew/wiki/installation>`_, 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**.