From b007807b2923b73e94bdd4ce350679e7f780db43 Mon Sep 17 00:00:00 2001 From: Simon Brooke Date: Sat, 28 Mar 2015 16:54:50 +0000 Subject: [PATCH] Added more to README to make it easier for other people to build this. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ae9840..6e2983b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,17 @@ using lein marg To build the whole system, place all MicroWorld projects in a common directory, -and from that directory run *buildall.sh*. +and from that directory run *buildall.sh*. Alternatively, in each MicroWorld +project directory, run + + lein clean + lein compile + lein marg + lein install + +and then from the mw-ui directory, run + + lein ring server ## License