aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAdam Vandenberg2011-06-13 09:33:23 -0700
committerAdam Vandenberg2011-06-13 09:33:23 -0700
commit5fe6f259f91a83a9dcf811622dc0f8d957484a69 (patch)
treee1ae119545c380f48eac18e4ca708c572947a873 /README.md
parent01504895359e84b00f499cd818d3c98f6c86bf50 (diff)
downloadhomebrew-5fe6f259f91a83a9dcf811622dc0f8d957484a69.tar.bz2
Use full path to system ruby in setup instructions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c1e440430..110f1c2db 100644
--- a/README.md
+++ b/README.md
@@ -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://raw.github.com/gist/323731/39fc1416e34b9f6db201b4a026181f4ceb7cfa74)"
+ /usr/bin/ruby -e "$(curl -fsSL https://raw.github.com/gist/323731/39fc1416e34b9f6db201b4a026181f4ceb7cfa74)"
Afterwards, [install Xcode][xcode].