diff --git a/doc/install/installation.md b/doc/install/installation.md index f97954b5da945d97ff537ef2f2a1ac13eb600f29..a4b88f0ce4dc2f35a799878cf34d2b238eb05825 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.