feat: adjust pm2 setup

This commit is contained in:
dancingCycle 2022-05-03 22:03:49 +02:00
parent 868de7cd61
commit 02e7f6006d
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ sudo apt update
* globally install the latest stable version of PM2 via npm
```
sudo npm i -g pm2
npm i -g pm2
```
* create group and user ```pm2```