diff --git a/README.md b/README.md index 5c7e824..eb9dd77 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ https://support.google.com/accounts/answer/185833?p=InvalidSecondFactor&visit_id Step 2) Enter the details in the file .env, present in the same folder \ \ -Step 3) On your terminal run: npm i && pm2 start vaccineNotifier.js +Step 3) On your terminal run: npm i && npm i -g pm2 && pm2 start vaccineNotifier.js \ \ To close the app run: pm2 stop vaccineNotifier.js && pm2 delete vaccineNotifier.js