Merge pull request #41 from dtrodrigues/homebrew-url-fix

fixed homebrew download url
This commit is contained in:
Kenneth Reitz
2011-12-29 22:03:21 -08:00
+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: :: 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**. It's basic commands are **update**, **install**, and **remove**.