Skip to content

Commit

Permalink
chore(docs): Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasBoda committed Apr 30, 2024
1 parent 489a722 commit 9173dbe
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 @@ -67,7 +67,7 @@ The example program with the example source code from the `./example` folder wil
## Run Using Docker
To run AgentLang interpreter using Docker, run the following commands the project root in your terminal.
```bash
docker build -t agent-lang-interpreter-image
docker build -t agent-lang-interpreter-image .
# run the image
docker run -it agent-lang-interpreter-image
```
Expand Down

0 comments on commit 9173dbe

Please sign in to comment.