From 40811ae64c37fbe1f976800944c99a77623c7095 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 17 Feb 2012 19:45:22 -0800 Subject: [PATCH] fix download url --- Library/Homebrew/cmd/doctor.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/cmd/doctor.rb b/Library/Homebrew/cmd/doctor.rb index d43c2e9e48..d481ac463e 100644 --- a/Library/Homebrew/cmd/doctor.rb +++ b/Library/Homebrew/cmd/doctor.rb @@ -222,7 +222,7 @@ def check_gcc_versions puts <<-EOS.undent You have no /usr/bin/cc. This means you probably can't build *anything*. You need to install the CLI - Tools for Xcode. You can either download this from http://download.apple.com + Tools for Xcode. You can either download this from http://connect.apple.com/ or install them from inside Xcode’s preferences. Homebrew does not require all of Xcode! You only need the CLI tools package! EOS