Skip to content

Commit

Permalink
Update npm install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Dec 12, 2024
1 parent 8461643 commit fe37fbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ To get started:
1. Install the CLI:

```shell
npm install -g [email protected]
npm install -g fauna-shell@">=4.0.0-beta"
```

2. If you're using bash or zsh, enable auto-complete by appending the output of
Expand Down Expand Up @@ -69,7 +69,7 @@ To get started:
During the beta, you can install v4 of the Fauna CLI globally using npm:

```sh
npm install -g [email protected]
npm install -g fauna-shell@">=4.0.0-beta"
```

## Documentation
Expand Down

0 comments on commit fe37fbb

Please sign in to comment.