aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2010-06-15 11:51:34 +0100
committerMax Howell2010-06-15 11:52:58 +0100
commita8f29fb1020d35049c9898ff459bda36ab722454 (patch)
tree00022b3ddf08371f46595fa2e4be868c9453e2c0
parentc1f5d73a773c21e0d31578de7f20097fd476f9ae (diff)
downloadbrew-a8f29fb1020d35049c9898ff459bda36ab722454.tar.bz2
More readable way to run the install script
Plus more reassuring preamble.
-rw-r--r--README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/README.md b/README.md
index 59e48a121..163ba83c8 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,12 @@ Features and usage are [summarized on the homepage][homepage].
Quick Install to /usr/local
---------------------------
-Run <http://gist.github.com/323731> and afterwards, [install Xcode][xcode].
+[The script](http://gist.github.com/323731) will prompt for confirmation
+before it does anything:
+
+ curl http://gist.github.com/raw/323731/install_homebrew.rb | ruby
+
+Afterwards, [install Xcode][xcode].
Umm… I thought I could install it anywhere?