From e45d7cbd4f0380d4e6b562d71d0a811581a57ab6 Mon Sep 17 00:00:00 2001 From: versx Date: Sun, 16 Aug 2020 00:31:59 -0700 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efd39af9..5a02d438 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,10 @@ NodeJS Map clone replacement for [RealDeviceMap](https://github.com/realdevicema 3.) Copy config `cp src/config.example.json src/config.json` 4.) Create a Discord bot at https://discord.com/developers and enter the `botToken`, `clientId`, and `clientSecret` in your `config.json` 5.) Fill out config `vi src/config.json` -6.) Run `npm start` -7.) Access via http://machineip:port/ login using your Discord account +6.) Create/copy a `static/custom/nests.json` file to show nests +7.) Create/copy a `static/custom/areas.json` file to show scan areas (geoJSON file, see below) +8.) Run `npm start` +9.) Access via http://machineip:port/ login using your Discord account ## Configuration ```js