Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ To run the app, you'll need:

- Your preferred flavor of Java 17.

- [Fauna CLI v4 beta](https://docs.fauna.com/fauna/current/build/cli/v4/) or later.
- [Fauna CLI v4](https://docs.fauna.com/fauna/current/build/cli/v4/).
- [Node.js](https://nodejs.org/en/download/) v20.x or later.

To install the CLI, run:

```sh
npm install -g fauna-shell@">=4.0.0-beta"
npm install -g fauna-shell
```

## Setup
Expand Down
Loading