From e7b6a42f26cd7998e5fa26387b054723b1003fe5 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 22 Oct 2013 14:41:08 +0200 Subject: [PATCH] Divide Git installation instructions in two --- 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 3ce47d2ef2e..c5086c2ee5d 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -82,7 +82,7 @@ Make sure you have the right version of Git installed # Make sure Git is version 1.7.10 or higher git --version - # System packaged Git too old? Remove it and compile from source. +Is the system packaged Git too old? Remove it and compile from source. # Remove packaged Git sudo apt-get remove git-core