Important note for windows users who are running the bot from source
This commit is contained in:
parent
b3cfb3b780
commit
81d829b746
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user