added -e flag to readme

This commit is contained in:
Dummi26 2023-04-13 04:23:29 +02:00
parent 233590ead3
commit a6389b7ac0

View File

@ -43,6 +43,7 @@ for simplicity, i will assume you have the executable in your path and it is nam
To run a program, just run `mers script.txt`. The file needs to be valid utf8. To run a program, just run `mers script.txt`. The file needs to be valid utf8.
Alternatively, run `mers -e println("Hello, file-less world")`.
If you compiled mers in debug mode, it will print a lot of debugging information. If you compiled mers in debug mode, it will print a lot of debugging information.