Commit 76e2564018a28f79817dfd7c1e83ab2fc0bb58bc

Authored by Dmitriy Zaporozhets
1 parent 04e8b518

Recommend setup git 2.0 for installation docs

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
doc/install/installation.md
@@ -56,7 +56,7 @@ Make sure you have the right version of Git installed @@ -56,7 +56,7 @@ Make sure you have the right version of Git installed
56 # Install Git 56 # Install Git
57 sudo apt-get install -y git-core 57 sudo apt-get install -y git-core
58 58
59 - # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 1.9.3 59 + # Make sure Git is version 1.7.10 or higher, for example 1.7.12 or 2.0.0
60 git --version 60 git --version
61 61
62 Is the system packaged Git too old? Remove it and compile from source. 62 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. @@ -69,8 +69,8 @@ Is the system packaged Git too old? Remove it and compile from source.
69 69
70 # Download and compile from source 70 # Download and compile from source
71 cd /tmp 71 cd /tmp
72 - curl --progress https://www.kernel.org/pub/software/scm/git/git-1.9.3.tar.gz | tar xz  
73 - cd git-1.9.3/ 72 + curl --progress https://www.kernel.org/pub/software/scm/git/git-2.0.0.tar.gz | tar xz
  73 + cd git-2.0.0/
74 make prefix=/usr/local all 74 make prefix=/usr/local all
75 75
76 # Install into /usr/local/bin 76 # Install into /usr/local/bin