diff --git a/README.md b/README.md index b7d91db..492eccb 100644 --- a/README.md +++ b/README.md @@ -27,16 +27,16 @@ cmake --build . Running the interpreter ----------------------- -To run the interpreter without arguments: +To run the interpreter on Linux and MacOS: ```bash -./build/python_interpreter +./build/python_interpreter path/to/script.py ``` -If the binary accepts a script file, run it like this: +To run the interpreter on Windows: ```bash -./build/python_interpreter path/to/script.py +./build/python_interpreter.exe path/to/script.py ``` Example script (example.py)