Commit aa12fe44 authored by Stan Hu's avatar Stan Hu

Merge branch 'gmake' into 'master'

Mention gmake



See merge request !52
parents 4c3320e7 1d718425
......@@ -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
```
On some operating systems, such as FreeBSD, 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