summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-01-12 22:08:24 +0800
committerLi Jin <dragon-fly@qq.com>2020-01-12 22:08:24 +0800
commite0c3e47fa089ba717b5857cef3a67fd27cd3aa4c (patch)
tree4f755cf17bcd3786ecd6911d3eacfcb3a3a1633a
parenta0d860c9bc4b994854149db58333bc0e04c315c6 (diff)
downloadyuescript-e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c.tar.gz
yuescript-e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c.tar.bz2
yuescript-e0c3e47fa089ba717b5857cef3a67fd27cd3aa4c.zip
update readme.
-rw-r--r--README.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
index ecfca3a..0bd3c7a 100644
--- a/README.md
+++ b/README.md
@@ -63,5 +63,14 @@ for _index_0 = 1, #_list_0 do
63end 63end
64``` 64```
65 65
66## Standalone Compiler Usage
67
68Test compiler with `make test`.
69Run `moonc` complier in project folder with:
70```shell
71make
72./moonc -h
73```
74
66## License 75## License
67MIT \ No newline at end of file 76MIT \ No newline at end of file