diff options
| author | GordonDiggs | 2011-06-06 12:43:51 -0400 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-06 10:15:32 -0700 |
| commit | ef47a2262ce5d60720a0f7dfb85af1cffc274e8a (patch) | |
| tree | 7f7eccbdb3e57e4776ea67a95945cfd9ce5d76f0 | |
| parent | 5bc0625fc3f92e36c3e076552063f8e001352724 (diff) | |
| download | brew-ef47a2262ce5d60720a0f7dfb85af1cffc274e8a.tar.bz2 | |
GitHub updated the URLs for raw gists. This fixes the install line.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ Quick Install to /usr/local --------------------------- [This script][gist] will prompt for confirmation before it does anything: - ruby -e "$(curl -fsSL https://gist.github.com/raw/323731/install_homebrew.rb)" + ruby -e "$(curl -fsSL https://raw.github.com/gist/323731/39fc1416e34b9f6db201b4a026181f4ceb7cfa74)" Afterwards, [install Xcode][xcode]. |
