From 46a9c9b6a09a67d8ebfc0fd07fc942a627f135a0 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Mon, 19 Mar 2012 13:14:23 +0000 Subject: [PATCH] Tell the user to run doctor after installing --- Library/Contributions/install_homebrew.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Contributions/install_homebrew.rb b/Library/Contributions/install_homebrew.rb index 8b26f035b9..32099946f2 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"