diff --git a/doc/install/installation.md b/doc/install/installation.md index 02f713e7611dc8a906af2b414c8c4416ef7f614b..cc9ae805f618cae6190550555368a4a183d6ce02 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -92,8 +92,8 @@ Is the system packaged Git too old? Remove it and compile from source. # Download and compile from source cd /tmp - curl --progress https://git-core.googlecode.com/files/git-1.8.4.1.tar.gz | tar xz - cd git-1.8.4.1/ + curl --progress https://git-core.googlecode.com/files/git-1.8.5.2.tar.gz | tar xz + cd git-1.8.5.2/ make prefix=/usr/local all # Install into /usr/local/bin @@ -266,7 +266,7 @@ Make sure to edit both `gitlab.yml` and `unicorn.rb` to match your setup. sudo -u git -H bundle exec rake gitlab:setup RAILS_ENV=production - # Type 'yes' to create the database. + # Type 'yes' to create the database tables. # When done you see 'Administrator account created:'