g2: improve caveats

This commit is contained in:
Adam Vandenberg 2013-08-05 10:29:46 -07:00
parent 44c45e2868
commit df2e681bce

View file

@ -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