From 8b1df6a3bca819c801827590e3ba1120343ff237 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9gis=20Blanc?= <regwblanc@gmail.com>
Date: Thu, 13 Dec 2012 15:27:52 +0100
Subject: [PATCH] edit README, usage of setupenv

---
 README | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README b/README
index 4df3fcec3..910332b83 100644
--- a/README
+++ b/README
@@ -25,9 +25,10 @@ repository and are actually automatically handled by the default build configura
 
 To build, type this:
 
-    $ xsbt clean   
+    $ xsbt clean
     $ xsbt package # takes a while
     $ xsbt script
+    $ source ./setupenv
 
 Then you can try e.g.
 
-- 
GitLab