From 2a39aabaa04d4f0df9b70ea10267b985570d5315 Mon Sep 17 00:00:00 2001 From: Mark van Renswoude Date: Wed, 18 Aug 2021 12:08:10 +0200 Subject: [PATCH] Updated readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9d9146..5cfecfe 100644 --- a/README.md +++ b/README.md @@ -16,9 +16,9 @@ cd .. ``` Install PM2 and run the backend service: ``` -npm install pm2 -g +sudo npm install pm2 -g pm2 startup -pm2 start .\ecosystem.config.js +pm2 start ./ecosystem.config.js pm2 save ```