Direct the user to Xcode download

This commit is contained in:
Max Howell 2010-06-23 16:26:02 +01:00
parent dec885bc16
commit 76ad14507c

View File

@ -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"