Commit 67a53b23 authored by Jacob Vosmaer's avatar Jacob Vosmaer

Mention make test in the README

parent 8f3e7bf4
......@@ -9,8 +9,19 @@ auth request to GitLab Rails app) -> git-upload-pack
## Installation
To install into `/usr/local/bin` run `make install`. To install
into `/foo/bin` run `make install PREFIX=/foo`.
To install into `/usr/local/bin` run `make install`.
```
make install
```
To install into `/foo/bin` run `make install PREFIX=/foo`.
## Tests
```
make clean test
```
## Try it out
......
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