From 41a986a246c21ca45792eb301386747e88505da7 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Thu, 24 Jul 2014 19:02:46 +0100
Subject: [PATCH] "make" is still necessary

---
 README.rst | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.rst b/README.rst
index 85512ca..dbb6629 100644
--- a/README.rst
+++ b/README.rst
@@ -116,6 +116,7 @@ To build IMMS::
 You should now be able to build all the server-side tools with::
 
     $ cd ../djrandom
+    $ make
     $ go get -v ./server/...
     $ go install -v ./server/...
     $ go get -v ./mapreduce/...
-- 
GitLab