From 56863dcbe3b1474b091c87702d94c8c224324b44 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 22 Oct 2013 14:34:19 +0200 Subject: [PATCH] Clarify that Git 1.8.x is OK --- doc/install/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index f97954b5da9..a4b88f0ce4d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -79,7 +79,7 @@ Make sure you have the right version of Git installed # Install Git sudo apt-get install -y git-core - # Make sure Git is version 1.7.10 or higher + # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.8.4 git --version Is the system packaged Git too old? Remove it and compile from source. -- GitLab