updated readme

This commit is contained in:
cozis
2022-03-08 23:21:17 +01:00
parent b87090938b
commit a35ceb1b05
+2 -2
View File
@@ -32,10 +32,10 @@ $ chmod +x build.sh
You can run files by doing: You can run files by doing:
```sh ```sh
location/of/noja <filename> location/of/noja run <filename>
``` ```
or you can run strings by doing: or you can run strings by doing:
```sh ```sh
location/of/noja -c <string> location/of/noja run inline <string>
``` ```