From a43227143d0464ab7d6776c2d6866d653503cb5d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 13 Jun 2011 09:33:23 -0700 Subject: [PATCH] Use full path to system ruby in setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c1e4404309..110f1c2db6 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].