aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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