From f489e364ffbea5b57ba33aa704015179ad8c325d Mon Sep 17 00:00:00 2001 From: versx Date: Sun, 19 Apr 2020 23:27:56 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f77bd3..576bf7f 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ To be used with RealDeviceMap macless solution Kevin. 1.) Install dependencies `npm install` 2.) Copy config `cp src/config.example.json src/config.json` -3.) Fill out `vi config.json` -4.) Run `node run start` +3.) Fill out `vi src/config.json` +4.) Run `npm run start` Once everything is setup and running appropriately, you can add this to PM2 ecosystem.config.js file so it is automatically started: ```