From 1bb19bfca5758580794f627ba487868056aeec5a Mon Sep 17 00:00:00 2001 From: Nasga Date: Tue, 8 Jan 2013 14:34:03 +0100 Subject: [PATCH] Update doc/install/installation.md Fix a little mistake in gem install for db --- doc/install/installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/install/installation.md b/doc/install/installation.md index 718e4cf6419..34f3f054a9f 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 -- GitLab