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