diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-09-06 19:57:18 +0000 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2016-09-06 19:57:18 +0000 |
commit | 54ee59154ff3905252a1f95d9f96ff06921cbf5e (patch) | |
tree | 67b731f1747eaaf83bb884de8592616eef138f0d /doc/install | |
parent | 1e042ac251119c5e3b0ef8e76f3a6d9420fba98b (diff) | |
download | gitlab-ce-54ee59154ff3905252a1f95d9f96ff06921cbf5e.tar.gz |
Gitlab -> GitLab
Diffstat (limited to 'doc/install')
-rw-r--r-- | doc/install/requirements.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/requirements.md b/doc/install/requirements.md index 9799e0a3730..766a7119943 100644 --- a/doc/install/requirements.md +++ b/doc/install/requirements.md @@ -86,7 +86,7 @@ if your available memory changes. Notice: The 25 workers of Sidekiq will show up as separate processes in your process overview (such as top or htop) but they share the same RAM allocation since Sidekiq is a multithreaded application. Please see the section below about Unicorn workers for information about many you need of those. -## Gitlab Runner +## GitLab Runner We strongly advise against installing GitLab Runner on the same machine you plan to install GitLab on. Depending on how you decide to configure GitLab Runner and |