Commit 342b7b62c4726dfbe2ab0c94252d7634b026982a

Authored by Dmitriy Zaporozhets
2 parents 5fdcaadf 76e25640

Merge branch 'git-2-docs' into 'master'

Git 2 docs

Related to #1318
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