commit
6ec9c79f14
@ -17,10 +17,10 @@ Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you do
|
|||||||
`dotnet run -c Release`
|
`dotnet run -c Release`
|
||||||
|
|
||||||
### !!! NOTE FOR WINDOWS USERS !!!
|
### !!! 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:
|
If you're running from source on windows, you will have to add these 2 extra lines to your credentials, after the first open bracket:
|
||||||
```js
|
```js
|
||||||
"ShardRunCommand": "dotnet",
|
"ShardRunCommand": "dotnet",
|
||||||
"ShardRunArguments": "run -c Release -- {0} {1}"
|
"ShardRunArguments": "run -c Release -- {0} {1}",
|
||||||
```
|
```
|
||||||
|
|
||||||
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
||||||
|
Loading…
Reference in New Issue
Block a user