From 81d829b7464046626253d7e89373f87b17b9e598 Mon Sep 17 00:00:00 2001 From: Master Kwoth Date: Sat, 28 Oct 2017 15:05:09 +0200 Subject: [PATCH] Important note for windows users who are running the bot from source --- docs/guides/From Source.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/guides/From Source.md b/docs/guides/From Source.md index d24960f2..5e16619d 100644 --- a/docs/guides/From Source.md +++ b/docs/guides/From Source.md @@ -16,6 +16,13 @@ Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you do `git pull` `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 [ffmpeg]: http://ffmpeg.zeranoe.com/builds/ [git]: https://git-scm.com/downloads