diff options
| -rw-r--r-- | Library/Contributions/install_homebrew.rb | 1 |
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" |
