aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMax Howell2010-06-23 16:26:02 +0100
committerMax Howell2012-03-09 12:09:38 +0000
commit76ad14507ce71126d9446e08b99dbbb056bc296b (patch)
treebe7f45bc37077d6e05ba8046615e111aab3638d8
parentdec885bc16a2238e842c447dd10b9db00cd7554a (diff)
downloadbrew-76ad14507ce71126d9446e08b99dbbb056bc296b.tar.bz2
Direct the user to Xcode download
-rw-r--r--install_homebrew.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/install_homebrew.rb b/install_homebrew.rb
index d8c28560c..bfd6faac3 100644
--- a/install_homebrew.rb
+++ b/install_homebrew.rb
@@ -128,4 +128,4 @@ end
ohai "Installation successful!"
warn "/usr/local/bin is not in your PATH." unless ENV['PATH'].split(':').include? '/usr/local/bin'
-warn "Now install Xcode." unless Kernel.system "/usr/bin/which -s gcc"
+warn "Now install Xcode: http://developer.apple.com/technologies/xcode.html" unless Kernel.system "/usr/bin/which -s gcc"