diff --git a/doc/install/installation.md b/doc/install/installation.md index 718e4cf6419ad367b1d96b8fcdbc1b12115865ea..34f3f054a9fabd123552748d9d926337d2fbe735 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -246,10 +246,10 @@ Make sure to update username/password in config/database.yml. sudo gem install charlock_holmes --version '0.6.9' # For mysql db - sudo -u gitlab -H bundle install --deployment --without development test postgres + sudo -u gitlab -H bundle install --deployment --without development test mysql # Or For postgres db - sudo -u gitlab -H bundle install --deployment --without development test mysql + sudo -u gitlab -H bundle install --deployment --without development test postgres ## Configure Git