diff options
author | Stan Hu <stanhu@gmail.com> | 2016-06-27 17:12:29 +0000 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2016-06-27 17:12:29 +0000 |
commit | 0fcd72e06f92f0f2bd012e8d755ed02ff1a7eb54 (patch) | |
tree | f330b5c74933dc9d273684cc7b6fa08344f927f3 | |
parent | 70c0d87a5eaf428ac996008f842644a1dcd89088 (diff) | |
parent | 46d2015ea5c56b9e0e4ae171d6cc68a49bbc7fa6 (diff) | |
download | gitlab-ce-0fcd72e06f92f0f2bd012e8d755ed02ff1a7eb54.tar.gz |
Merge branch 'workhorse-gmake' into 'master'
Mention gmake
Fixes https://gitlab.com/gitlab-org/gitlab-workhorse/issues/46
See merge request !4945
-rw-r--r-- | doc/install/installation.md | 4 |
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 |