Skip to content

Commit

Permalink
updated server versions
Browse files Browse the repository at this point in the history
  • Loading branch information
janoside committed Nov 18, 2024
1 parent 7dd8df3 commit 6b59690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Server-Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Update and install packages

Install NVM from https://github.com/nvm-sh/nvm

curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash
nvm ls-remote

# install latest node from output of ls-remote above, e.g.:
nvm install 15.13.0
nvm install 22.11.0

npm install -g pm2

Expand Down

0 comments on commit 6b59690

Please sign in to comment.