diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -182,10 +182,11 @@ end | |||
182 | ## Standalone Compiler Usage | 182 | ## Standalone Compiler Usage |
183 | 183 | ||
184 | Test compiler with `make test`. | 184 | Test compiler with `make test`. |
185 | Run `moonc` complier in project folder with: | 185 | Run `moonp` complier in project folder with: |
186 | |||
186 | ```shell | 187 | ```shell |
187 | make | 188 | make |
188 | ./moonc -h | 189 | ./moonp -h |
189 | ``` | 190 | ``` |
190 | 191 | ||
191 | ## License | 192 | ## License |