From 5771d64e296eac65babdfa8797eee1d2466a4d58 Mon Sep 17 00:00:00 2001 From: Daniel Aloisio Date: Sun, 21 Dec 2025 18:22:06 -0300 Subject: [PATCH] Alter README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)