Merge branch 'workhorse-gmake' into 'master'
Mention gmake Fixes https://gitlab.com/gitlab-org/gitlab-workhorse/issues/46 See merge request !4945
This commit is contained in:
commit
0fcd72e06f
1 changed files with 4 additions and 0 deletions
|
@ -391,6 +391,10 @@ GitLab Shell is an SSH access and repository management software developed speci
|
||||||
|
|
||||||
### Install gitlab-workhorse
|
### 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
|
cd /home/git
|
||||||
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
|
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-workhorse.git
|
||||||
cd gitlab-workhorse
|
cd gitlab-workhorse
|
||||||
|
|
Loading…
Reference in a new issue