Commit 82855e078f7cfa55396522305d7f3408dad4019a
1 parent
e1013699
Exists in
spb-stable
and in
2 other branches
Keep the lowest requirement for git in the documentation.
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
README.md
doc/install/installation.md
@@ -60,7 +60,7 @@ Make sure you have the right version of Git installed | @@ -60,7 +60,7 @@ Make sure you have the right version of Git installed | ||
60 | # Install Git | 60 | # Install Git |
61 | sudo apt-get install -y git-core | 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 | git --version | 64 | git --version |
65 | 65 | ||
66 | Is the system packaged Git too old? Remove it and compile from source. | 66 | Is the system packaged Git too old? Remove it and compile from source. |