diff --git a/Formula/g2.rb b/Formula/g2.rb index 2bf3f37f07..50ceb106d4 100644 --- a/Formula/g2.rb +++ b/Formula/g2.rb @@ -12,8 +12,12 @@ class G2 < Formula end def caveats; <<-EOS.undent - For Bash, put something like this in your $HOME/.bashrc: - . #{prefix}/g2-install.sh - EOS + To complete the installation: + . #{prefix}/g2-install.sh + + NOTE: This will install a new ~/.gitconfig, backing up any existing + file first. For more information view: + #{prefix}/README.md + EOS end end