diff options
| author | Jack Nagel | 2014-05-01 21:39:04 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-01 21:40:09 -0500 |
| commit | ddc97b7546eca1abf3d59d5e5061393fc5cd38d7 (patch) | |
| tree | cd138346b071760ae6cb2a87150ed469ec5d1ee6 | |
| parent | ebb0c2f056ecf5b10cc26d2532991aba8d36428f (diff) | |
| download | homebrew-ddc97b7546eca1abf3d59d5e5061393fc5cd38d7.tar.bz2 | |
Tweak post-install text
| -rwxr-xr-x | install | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -198,5 +198,5 @@ else end ohai "Installation successful!" -puts "You should run `brew doctor' *before* you install anything." -puts "Now type: brew help" +puts "Run `brew doctor` #{Tty.white}before#{Tty.reset} you install anything" +puts "Run `brew help` to get started" |
