Added more to README to make it easier for other people to build this.
This commit is contained in:
parent
260c1a78c2
commit
b007807b29
12
README.md
12
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue