We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fe95bb commit e81705dCopy full SHA for e81705d
1 file changed
README.md
@@ -68,13 +68,13 @@ To run the app, you'll need:
68
69
- Your preferred flavor of Java 17.
70
71
-- [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/).
72
- [Node.js](https://nodejs.org/en/download/) v20.x or later.
73
74
To install the CLI, run:
75
76
```sh
77
- npm install -g fauna-shell@">=4.0.0-beta"
+ npm install -g fauna-shell
78
```
79
80
## Setup
0 commit comments