Commit 56863dcbe3b1474b091c87702d94c8c224324b44

Authored by Jacob Vosmaer
1 parent 01c65ac5

Clarify that Git 1.8.x is OK

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
doc/install/installation.md
@@ -79,7 +79,7 @@ Make sure you have the right version of Git installed @@ -79,7 +79,7 @@ Make sure you have the right version of Git installed
79 # Install Git 79 # Install Git
80 sudo apt-get install -y git-core 80 sudo apt-get install -y git-core
81 81
82 - # Make sure Git is version 1.7.10 or higher 82 + # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.8.4
83 git --version 83 git --version
84 84
85 Is the system packaged Git too old? Remove it and compile from source. 85 Is the system packaged Git too old? Remove it and compile from source.