Skip to content

Commit

Permalink
docs: updated node version in linux instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Bobinstein committed Apr 29, 2024
1 parent 0339e73 commit 60b2f4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/gateways/ar-io-node/linux-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ sudo apt update -y && sudo apt upgrade -y && sudo apt install -y curl openssh-se
```

```
nvm install 18.8.0 && nvm use 18.8.0
nvm install 20.11.1 && nvm use 20.11.1
```

### Required packages
Expand Down Expand Up @@ -127,7 +127,7 @@ These packages are not required to run a node in its basic form. However, they w
10. Install Node.js:
```
nvm install 18.8.0
nvm install 20.11.1
```
11. Install build tools
Expand Down

0 comments on commit 60b2f4d

Please sign in to comment.