Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBoda authored Apr 17, 2024
1 parent 910c122 commit 5e41a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e41a95

Please sign in to comment.