From fa46fc94a73f00c0a6d231279a9518aad9a8b5f0 Mon Sep 17 00:00:00 2001 From: Riyad Preukschas Date: Sat, 19 Jan 2013 14:52:25 +0100 Subject: [PATCH] Fix common mixup when instlling gems from the installation guide --- 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 8bfcf5c5d..27c87ec82 100644 --- a/doc/install/installation.md +++ b/doc/install/installation.md @@ -238,10 +238,10 @@ Make sure to update username/password in config/database.yml. sudo gem install charlock_holmes --version '0.6.9' - # For mysql db + # For MySQL (note, the option says "without") sudo -u gitlab -H bundle install --deployment --without development test postgres - # Or For postgres db + # Or for PostgreSQL sudo -u gitlab -H bundle install --deployment --without development test mysql ## Configure Git -- 2.11.0