Added more to README to make it easier for other people to build this.

This commit is contained in:
Simon Brooke 2015-03-28 16:54:50 +00:00
parent 260c1a78c2
commit b007807b29

View file

@ -16,7 +16,17 @@ using
lein marg lein marg
To build the whole system, place all MicroWorld projects in a common directory, 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 ## License