diff options
author | dosire <sytses@gmail.com> | 2014-01-23 08:57:28 +0100 |
---|---|---|
committer | dosire <sytses@gmail.com> | 2014-01-23 08:57:28 +0100 |
commit | 03e0a759af4decaad1b0a5fc2ae60a2e447ea067 (patch) | |
tree | 6cb80868feac683fbce773e26bcbee43c9f18062 /doc/update/6.4-to-6.5.md | |
parent | 69ff7657d7741558eff120eb9dfde1c5cab87609 (diff) | |
download | gitlab-ce-03e0a759af4decaad1b0a5fc2ae60a2e447ea067.tar.gz |
Include a note for people that think the headers are wrong.
Diffstat (limited to 'doc/update/6.4-to-6.5.md')
-rw-r--r-- | doc/update/6.4-to-6.5.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/6.4-to-6.5.md b/doc/update/6.4-to-6.5.md index 43bc20ec6b0..5dcfd15fe1e 100644 --- a/doc/update/6.4-to-6.5.md +++ b/doc/update/6.4-to-6.5.md @@ -33,10 +33,10 @@ sudo -u git -H git checkout v1.8.0 ```bash cd /home/git/gitlab -# MySQL +# MySQL installations (note: the line below states '--without ... postgres') sudo -u git -H bundle install --without development test postgres --deployment -# PostgreSQL +# PostgreSQL installations (note: the line below states '--without ... mysql') sudo -u git -H bundle install --without development test mysql --deployment |