Keep the lowest requirement for git in the documentation.

This commit is contained in:
Marin Jankovski 2014-05-27 16:36:14 +02:00
parent e101369994
commit 82855e078f
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@
* Ubuntu/Debian/CentOS/RHEL**
* ruby 1.9.3+
* git 1.9.3+
* git 1.7.10+
* redis 2.0+
* MySQL or PostgreSQL

View file

@ -60,7 +60,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.9.3 or higher, for example 1.9.3
# Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.9.3
git --version
Is the system packaged Git too old? Remove it and compile from source.