diff options
| author | Max Howell | 2012-03-19 13:14:23 +0000 |
|---|---|---|
| committer | Max Howell | 2012-03-19 13:14:23 +0000 |
| commit | 46a9c9b6a09a67d8ebfc0fd07fc942a627f135a0 (patch) | |
| tree | ece1c692f2c975722bda77b896da23eb764da57f /Library/Contributions | |
| parent | 88118b51b263ff32a0c18dc59e72b9b5ff265a28 (diff) | |
| download | brew-46a9c9b6a09a67d8ebfc0fd07fc942a627f135a0.tar.bz2 | |
Tell the user to run doctor after installing
Diffstat (limited to 'Library/Contributions')
| -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" |
