Skip to content

Commit

Permalink
docs: add instructions for running the application with Deno
Browse files Browse the repository at this point in the history
  • Loading branch information
igoraguiar committed Dec 20, 2024
1 parent 65cd556 commit a196ac0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ deno task build:binary

This will create a binary in the `dist` directory.

## Running with Deno

```bash
deno task start "your natural language request"
```

## Configuration

1. Provider configuration:
Expand Down

0 comments on commit a196ac0

Please sign in to comment.