Skip to content

Commit

Permalink
Adds explicit callout for Node v20. (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnymatthews authored Nov 4, 2024
1 parent 0761f8f commit e441dc9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions content/reference/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ After installing, running `entropy` without any arguments will take you to the t

Follow these steps to install Entropy globally using NPM:

1. Ensure you have Node.js version 20.9.0 or above:
1. The CLI requires Node version 20 to run. Ensure you have Node.js version `20.x.x`:

```shell
node --version
```

```output
v22.2.0
v20.18.0
```

1. Install the Entropy CLI globally using NPM:
Expand All @@ -45,7 +45,7 @@ Follow these steps to install Entropy globally using NPM:
npm install --global @entropyxyz/cli
```

1. You can now run the CLI anywhere using `entropy`:
1. You can now run the text-based interface anywhere using `entropy`:

```shell
entropy
Expand Down

0 comments on commit e441dc9

Please sign in to comment.