Updated readme

This commit is contained in:
Mark van Renswoude 2021-08-18 12:08:10 +02:00
parent 15d7c41278
commit 2a39aabaa0

View File

@ -16,9 +16,9 @@ cd ..
``` ```
Install PM2 and run the backend service: Install PM2 and run the backend service:
``` ```
npm install pm2 -g sudo npm install pm2 -g
pm2 startup pm2 startup
pm2 start .\ecosystem.config.js pm2 start ./ecosystem.config.js
pm2 save pm2 save
``` ```