Archived
1
0
Fork 0

Fixed USAGE and readme that no longer reflected correct program invocation

This commit is contained in:
Julien Dessaux 2021-10-17 23:48:37 +02:00
parent a6906d1949
commit 51bd94646a
3 changed files with 7 additions and 6 deletions

View file

@ -31,7 +31,7 @@ nimble install
Launching the interpreter is as simple as :
```
nimfunge98 -f something.b98
nimfunge98 something.b98
```
The interpreter will then load and execute the specified Funge-98 program until the program normally terminates or is interrupted or killed.