Skip to content

Commit

Permalink
fix git installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bbodenmiller committed Oct 30, 2014
1 parent 905004f commit 1f62cb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/install/installation.md
Expand Up @@ -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
Expand Down

0 comments on commit 1f62cb3

Please sign in to comment.