Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2016-06-27 17:23:30 +0300
committerJacob Vosmaer <jacob@gitlab.com>2016-06-27 17:23:30 +0300
commit46d2015ea5c56b9e0e4ae171d6cc68a49bbc7fa6 (patch)
tree987845ac48ba7189ad955d60c0caa4adec2aa42e /doc
parent0115ab7f403e7b25a7e66c3f4c309ddd5f37d657 (diff)
Mention gmake
Diffstat (limited to 'doc')
-rw-r--r--doc/install/installation.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index d9290b1fa76..dc8d9c65535 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -391,6 +391,10 @@ GitLab Shell is an SSH access and repository management software developed speci
### Install gitlab-workhorse
+GitLab-Workhorse uses [GNU Make](https://www.gnu.org/software/make/).
+If you are not using Linux you may have to run `gmake` instead of
+`make` below.
+
cd /home/git
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
cd gitlab-workhorse