Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-27 18:36:14 +0400
committerMarin Jankovski <marin@gitlab.com>2014-05-28 14:53:10 +0400
commit82855e078f7cfa55396522305d7f3408dad4019a (patch)
treed0070fc05e99635350b5e55f69ea8478fee0b3a7 /doc
parente10136999437bfcfd810ced0c629a84101e4a007 (diff)
Keep the lowest requirement for git in the documentation.
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 9a02f3af60a..47adf17cdc9 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -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.