From 76ad14507ce71126d9446e08b99dbbb056bc296b Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 23 Jun 2010 16:26:02 +0100 Subject: [PATCH] Direct the user to Xcode download --- install_homebrew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_homebrew.rb b/install_homebrew.rb index d8c28560ce..bfd6faac34 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"