Commit 82855e078f7cfa55396522305d7f3408dad4019a

Authored by Marin Jankovski
1 parent e1013699

Keep the lowest requirement for git in the documentation.

Showing 2 changed files with 2 additions and 2 deletions   Show diff stats
README.md
... ... @@ -41,7 +41,7 @@
41 41  
42 42 * Ubuntu/Debian/CentOS/RHEL**
43 43 * ruby 1.9.3+
44   -* git 1.9.3+
  44 +* git 1.7.10+
45 45 * redis 2.0+
46 46 * MySQL or PostgreSQL
47 47  
... ...
doc/install/installation.md
... ... @@ -60,7 +60,7 @@ Make sure you have the right version of Git installed
60 60 # Install Git
61 61 sudo apt-get install -y git-core
62 62  
63   - # Make sure Git is version 1.9.3 or higher, for example 1.9.3
  63 + # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.9.3
64 64 git --version
65 65  
66 66 Is the system packaged Git too old? Remove it and compile from source.
... ...