summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-13 15:09:32 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-06-13 15:09:32 +0000
commit342b7b62c4726dfbe2ab0c94252d7634b026982a (patch)
treeae80c1930c55b0136d71e454d6be94f1cd3c6e11 /doc
parent5fdcaadf347e41109f20a4dee733f5b51030feda (diff)
parent76e2564018a28f79817dfd7c1e83ab2fc0bb58bc (diff)
downloadgitlab-ce-342b7b62c4726dfbe2ab0c94252d7634b026982a.tar.gz
Merge branch 'git-2-docs' into 'master'
Git 2 docs Related to #1318
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index ed54b41e619..394a22d2186 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -56,7 +56,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, for example 1.7.12 or 1.9.3
+ # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 2.0.0
git --version
Is the system packaged Git too old? Remove it and compile from source.
@@ -69,8 +69,8 @@ Is the system packaged Git too old? Remove it and compile from source.
# Download and compile from source
cd /tmp
- curl --progress https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.gz | tar xz
- cd git-1.9.3/
+ curl --progress https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gz | tar xz
+ cd git-2.0.0/
make prefix=/usr/local all
# Install into /usr/local/bin