Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
versx authored Aug 16, 2020
1 parent f08738e commit e45d7cb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e45d7cb

Please sign in to comment.