From 5e41a954c2e88c8f74727a2d23d0c4cf79b5c6b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Bo=C4=8Fa?= Date: Wed, 17 Apr 2024 17:10:35 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d9e10a..432058f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ interpreter.get(sourceCode, config).subscribe((output: InterpreterOutput) => { }); ``` -## Binary Build +## Building Binary Executables AgentLang interpreter can also be built as a binary executable runnable on various platforms. To build the binary executables of the interpreter, run the following in the project root. ```bash npm run build-all