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 18, 2024
1 parent 7538342 commit 404b332
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,13 @@ interpreter.get(sourceCode, config).subscribe((output: InterpreterOutput) => {
});
```

## Run
There are four ways to run the AgentLang interpreter:
- [Locally](#run-locally)
- [Using Docker](#run-using-docker)
- [Inside TypeScript project](#integrate-into-typescript-project)
- [Using binary executable](#build-binary-executable)

## Run Locally
To run an example program of the AgentLang interpreter, run the following command in your terminal.
```bash
Expand Down Expand Up @@ -70,7 +77,7 @@ cd agent-lang-interpreter
npm install
```

## Build Binary Executables
## Build Binary Executable
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 404b332

Please sign in to comment.