From beee723142cd656ab33e7f7317afab347ff287b8 Mon Sep 17 00:00:00 2001 From: expitau-dev Date: Thu, 19 Aug 2021 13:18:19 -0400 Subject: [PATCH] Reflects standalone exe --- README.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index f8a1f4d..120f8a7 100644 --- a/README.md +++ b/README.md @@ -89,15 +89,12 @@ He continues decrementing cell 1 and incrementing cell 2 until cell 1 is zero an ## Compilation -Generate the interpreter - -```powershell -g++ forglang.cc -o forglang -``` - Run a forglang program using the syntax ```.\forglang.exe ```, passing the path to your script as an argument. For example, ```powershell .\forglang.exe add.forg -``` \ No newline at end of file +``` + +(Use `g++ forglang.cc -o forglang +` to compile from the source, or use the standalone executable provided) \ No newline at end of file