aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMax Howell2012-03-19 13:14:23 +0000
committerMax Howell2012-03-19 13:14:23 +0000
commit46a9c9b6a09a67d8ebfc0fd07fc942a627f135a0 (patch)
treeece1c692f2c975722bda77b896da23eb764da57f /Library/Contributions
parent88118b51b263ff32a0c18dc59e72b9b5ff265a28 (diff)
downloadbrew-46a9c9b6a09a67d8ebfc0fd07fc942a627f135a0.tar.bz2
Tell the user to run doctor after installing
Diffstat (limited to 'Library/Contributions')
-rw-r--r--Library/Contributions/install_homebrew.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Contributions/install_homebrew.rb b/Library/Contributions/install_homebrew.rb
index 8b26f035b..32099946f 100644
--- a/Library/Contributions/install_homebrew.rb
+++ b/Library/Contributions/install_homebrew.rb
@@ -132,4 +132,5 @@ else
end
ohai "Installation successful!"
+puts "You should run `brew doctor' *before* you install anything."
puts "Now type: brew help"