From f3272d78aa8356aab20af46a7229c0446b93b370 Mon Sep 17 00:00:00 2001 From: gaara87 Date: Mon, 24 Dec 2012 17:55:07 +0530 Subject: [PATCH] Install gems code comments corrected the comments were pointing to the opposite database types as shown from the code --- 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..90e0d5a6a1c 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 -- GitLab