Skip to content

Commit

Permalink
Note minimum faun-shell vers (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig authored Oct 31, 2024
1 parent 310deb1 commit c85b918
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,12 @@ To run the app, you'll need:

- [Node.js](https://nodejs.org/en/download/) v20.x or later

- The [Fauna CLI](https://docs.fauna.com/fauna/current/tools/shell/). To install
the CLI, run:
- [Fauna CLI](https://docs.fauna.com/fauna/current/tools/shell/) v3.0.0 or later.

To install the CLI, run:

```sh
npm install -g fauna-shell
npm install -g fauna-shell@latest
```

You should also be familiar with basic Fauna CLI commands and usage. For an
Expand Down

0 comments on commit c85b918

Please sign in to comment.