annotate README @ 0:f6d3b3f70dab
Initial commit
| author |
jbe |
| date |
Sun Jan 04 19:30:28 2015 +0100 (2015-01-04) |
| parents |
|
| children |
32e0838d16e6 |
| rev |
line source |
|
jbe@0
|
1 Quickstart guide:
|
|
jbe@0
|
2
|
|
jbe@0
|
3 $ make # hint: use bmake on GNU systems
|
|
jbe@0
|
4 $ ./moonbridge example_application.lua
|
|
jbe@0
|
5
|
|
jbe@0
|
6 Then connect to http://localhost:8080/
|
|
jbe@0
|
7
|
|
jbe@0
|
8 To learn more, check example_application.lua and reference.txt files. If you
|
|
jbe@0
|
9 experence any touble during compilation, please edit the Makefile to match
|
|
jbe@0
|
10 your system.
|
|
jbe@0
|
11
|