summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2016-06-27 16:23:30 +0200
committerJacob Vosmaer <jacob@gitlab.com>2016-06-27 16:23:30 +0200
commit46d2015ea5c56b9e0e4ae171d6cc68a49bbc7fa6 (patch)
tree987845ac48ba7189ad955d60c0caa4adec2aa42e
parent0115ab7f403e7b25a7e66c3f4c309ddd5f37d657 (diff)
downloadgitlab-ce-46d2015ea5c56b9e0e4ae171d6cc68a49bbc7fa6.tar.gz
Mention gmake
-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