Important note for windows users who are running the bot from source

This commit is contained in:
Master Kwoth 2017-10-28 15:05:09 +02:00
parent b3cfb3b780
commit 81d829b746

View File

@ -16,6 +16,13 @@ Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you do
`git pull` `git pull`
`dotnet run -c Release` `dotnet run -c Release`
### !!! NOTE FOR WINDOWS USERS !!!
If you're running from source on windows, you will have to setup your credentials to have these 2 extra lines:
```js
"ShardRunCommand": "dotnet",
"ShardRunArguments": "run -c Release -- {0} {1}"
```
[.netcore]: https://www.microsoft.com/net/download/core#/sdk [.netcore]: https://www.microsoft.com/net/download/core#/sdk
[ffmpeg]: http://ffmpeg.zeranoe.com/builds/ [ffmpeg]: http://ffmpeg.zeranoe.com/builds/
[git]: https://git-scm.com/downloads [git]: https://git-scm.com/downloads