Commit 6f3f40ab authored by Jacob Vosmaer's avatar Jacob Vosmaer

Mention gmake

parent 4c3320e7
......@@ -56,7 +56,8 @@ gitlab-workhorse -authBackend http://localhost:8080/gitlab
## Installation
To install gitlab-workhorse you need [Go 1.5 or
newer](https://golang.org/dl).
newer](https://golang.org/dl) and [GNU
Make](https://www.gnu.org/software/make/).
To install into `/usr/local/bin` run `make install`.
......@@ -70,6 +71,9 @@ To install into `/foo/bin` set the PREFIX variable.
make install PREFIX=/foo
```
If you are not using Linux or OS X you may have to use `gmake` instead
of `make`.
## Tests
Run the tests with:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment