Recommend setup git 2.0 for installation docs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
Dmitriy Zaporozhets 2014-06-13 15:10:58 +03:00
parent 04e8b5184f
commit 76e2564018
No known key found for this signature in database
GPG Key ID: 627C5F589F467F17
1 changed files with 3 additions and 3 deletions

View File

@ -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