Skip to content

Commit e441dc9

Browse files
Adds explicit callout for Node v20. (#244)
1 parent 0761f8f commit e441dc9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/reference/command-line-interface.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ After installing, running `entropy` without any arguments will take you to the t
2929

3030
Follow these steps to install Entropy globally using NPM:
3131

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

3434
```shell
3535
node --version
3636
```
3737

3838
```output
39-
v22.2.0
39+
v20.18.0
4040
```
4141

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

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

5050
```shell
5151
entropy

0 commit comments

Comments
 (0)