Clarify that Git 1.8.x is OK

This commit is contained in:
Jacob Vosmaer 2013-10-22 14:34:19 +02:00
parent 01c65ac586
commit 56863dcbe3
1 changed files with 1 additions and 1 deletions

View File

@ -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.