From 1f62cb3ee7c4e163472c4268016ac933de26ada5 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Wed, 29 Oct 2014 19:09:24 -0700 Subject: fix git installation --- doc/install/installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/install/installation.md b/doc/install/installation.md index ac6535b0c86..94bd22818e5 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -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 -- cgit v1.2.1