aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-08-05 10:29:46 -0700
committerAdam Vandenberg2013-08-05 10:29:46 -0700
commit07a9c45257fb83723608cab99d4af6d7984256e6 (patch)
tree300a9f689aad88d9ae5c81280b6b0854aa25bf94 /Library/Formula
parent719b4d89eccb893215649027c899d7d3e0e32987 (diff)
downloadhomebrew-07a9c45257fb83723608cab99d4af6d7984256e6.tar.bz2
g2: improve caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/g2.rb10
1 files changed, 7 insertions, 3 deletions
diff --git a/Library/Formula/g2.rb b/Library/Formula/g2.rb
index 2bf3f37f0..50ceb106d 100644
--- a/Library/Formula/g2.rb
+++ b/Library/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