Commit 8f8db776858be45845d18122761fdc09d5989368
Exists in
spb-stable
and in
3 other branches
Merge pull request #5907 from boomshadow/patch-1
Update installation.md with new git version
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/install/installation.md
@@ -94,8 +94,8 @@ Is the system packaged Git too old? Remove it and compile from source. | @@ -94,8 +94,8 @@ Is the system packaged Git too old? Remove it and compile from source. | ||
94 | 94 | ||
95 | # Download and compile from source | 95 | # Download and compile from source |
96 | cd /tmp | 96 | cd /tmp |
97 | - curl --progress https://git-core.googlecode.com/files/git-1.8.4.1.tar.gz | tar xz | ||
98 | - cd git-1.8.4.1/ | 97 | + curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz |
98 | + cd git-1.8.5.2/ | ||
99 | make prefix=/usr/local all | 99 | make prefix=/usr/local all |
100 | 100 | ||
101 | # Install into /usr/local/bin | 101 | # Install into /usr/local/bin |
@@ -270,7 +270,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. | @@ -270,7 +270,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. | ||
270 | 270 | ||
271 | sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production | 271 | sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production |
272 | 272 | ||
273 | - # Type 'yes' to create the database. | 273 | + # Type 'yes' to create the database tables. |
274 | 274 | ||
275 | # When done you see 'Administrator account created:' | 275 | # When done you see 'Administrator account created:' |
276 | 276 |