Skip to content
代码片段 群组 项目
提交 67a53b23 编辑于 作者: Jacob Vosmaer's avatar Jacob Vosmaer
浏览文件

Mention make test in the README

上级 8f3e7bf4
No related branches found
No related tags found
无相关合并请求
......@@ -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
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册