diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-08-21 15:03:16 -0700 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-08-21 15:03:16 -0700 |
commit | 50baa1fdd1be1090c0d8ae6f7346d82f07369657 (patch) | |
tree | 01005b64abcb819743dcad88d5295cc8aa6e9de4 /doc | |
parent | 69708dab9f6e1c265dd2bf80eafc39bf68c356e0 (diff) | |
download | gitlab-ce-50baa1fdd1be1090c0d8ae6f7346d82f07369657.tar.gz |
Add development section to doc.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/reply_by_email/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/reply_by_email/README.md b/doc/reply_by_email/README.md index 1a0ce79bc5b..358e48abccc 100644 --- a/doc/reply_by_email/README.md +++ b/doc/reply_by_email/README.md @@ -87,13 +87,13 @@ In this example, we'll use the Gmail address `gitlab-replies@gmail.com`. If you' mail_room_enabled=true ``` -6. Restart GitLab +6. Restart GitLab: ```sh sudo service gitlab restart ``` -7. Check if everything is configured correctly +7. Check if everything is configured correctly: ```sh sudo bundle exec rake gitlab:reply_by_email:check RAILS_ENV=production |