From 67a53b2318c3b910ac425e460057be31f9ed8f32 Mon Sep 17 00:00:00 2001
From: Jacob Vosmaer <contact@jacobvosmaer.nl>
Date: Sat, 1 Aug 2015 23:50:35 +0200
Subject: [PATCH] Mention make test in the README

---
 README.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 13718e129297c..83ae98ec02984 100644
--- a/README.md
+++ b/README.md
@@ -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
 
-- 
GitLab