g2: improve caveats
This commit is contained in:
parent
44c45e2868
commit
df2e681bce
1 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue