update readme

This commit is contained in:
asyncnomi 2022-12-11 16:28:23 +01:00
parent 265d1f2230
commit 10447462ef

View file

@ -5,7 +5,7 @@
1. Requirements:
* Install nvm: `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash`
* Install node: `nvm install 18.12.1`
* Install node: `nvm install 18.12.1 && nvm use 18.12.1`
* Install npm: `apt install npm`
* Install pm2: `npm install pm2 -g`