Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
versx authored Jul 10, 2020
2 parents e16fb5f + 83c1ad8 commit 865ea3d
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Sends Discord notifications based on pre-defined filters for Pokemon, raids, rai
1.) Run the following to install .NET Core runtime, clone respository, and copy example Alerts, Filters, Geofences, config and alarm files.
```
Linux/macOS:
wget https://raw.githubusercontent.com/versx/WhMgr/netcore/install.sh && chmod +x install.sh && ./install.sh && rm install.sh
wget https://raw.githubusercontent.com/versx/WhMgr/master/install.sh && chmod +x install.sh && ./install.sh && rm install.sh
Windows:
bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://raw.githubusercontent.com/versx/WhMgr/netcore/install.bat install.bat | start install.bat
bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://raw.githubusercontent.com/versx/WhMgr/master/install.bat install.bat | start install.bat
```
2.) Edit `config.json` either open in Notepad/++ or `vi config.json`.
a.) [Create bot token](https://github.com/reactiflux/discord-irc/wiki/Creating-a-discord-bot-&-getting-a-token)
Expand Down Expand Up @@ -283,6 +283,9 @@ bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://ra
"alarms": [{
//Alarm name.
"name":"Alarm1",

//DTS compatible mention description.
"description":"<!@324234324> <iv> L<lvl> <geofence>",

//Alerts file.
"alerts":"default.json",
Expand All @@ -298,6 +301,9 @@ bitsadmin /transfer dotnet-install-job /download /priority FOREGROUND https://ra
},{
//Alarm name.
"name":"Alarm2",

//DTS compatible mention description.
"description":"",

//Alerts file.
"alerts":"default.json",
Expand Down

0 comments on commit 865ea3d

Please sign in to comment.