aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index b4b5be3..018e6b0 100644
--- a/README.md
+++ b/README.md
@@ -182,10 +182,11 @@ end
182## Standalone Compiler Usage 182## Standalone Compiler Usage
183 183
184Test compiler with `make test`. 184Test compiler with `make test`.
185Run `moonc` complier in project folder with: 185Run `moonp` complier in project folder with:
186
186```shell 187```shell
187make 188make
188./moonc -h 189./moonp -h
189``` 190```
190 191
191## License 192## License