fix git installation

This commit is contained in:
Ben Bodenmiller 2014-10-29 19:09:24 -07:00
parent 905004fdc3
commit 1f62cb3ee7
1 changed files with 1 additions and 0 deletions

View File

@ -76,6 +76,7 @@ Is the system packaged Git too old? Remove it and compile from source.
cd /tmp
curl -L --progress https://www.kernel.org/pub/software/scm/git/git-2.1.2.tar.gz | tar xz
cd git-2.1.2/
./configure
make prefix=/usr/local all
# Install into /usr/local/bin