More doc updates
This commit is contained in:
parent
c2799f9145
commit
b771786cb6
@ -4,18 +4,27 @@ Prerequisites
|
|||||||
- [git][git]
|
- [git][git]
|
||||||
|
|
||||||
*Clone the repo*
|
*Clone the repo*
|
||||||
|
|
||||||
`git clone -b 1.4 https://github.com/Kwoth/NadekoBot`
|
`git clone -b 1.4 https://github.com/Kwoth/NadekoBot`
|
||||||
|
|
||||||
`cd NadekoBot/src/NadekoBot`
|
`cd NadekoBot/src/NadekoBot`
|
||||||
|
|
||||||
|
|
||||||
Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up
|
Edit `credentials.json.` Read the JSON Exaplanations guide on the left if you don't know how to set it up
|
||||||
|
|
||||||
|
|
||||||
*run*
|
*run*
|
||||||
|
|
||||||
`dotnet restore`
|
`dotnet restore`
|
||||||
|
|
||||||
`dotnet run -c Release`
|
`dotnet run -c Release`
|
||||||
|
|
||||||
*when you decide to updatein the future (might not work if you've made custom edits to the source, make sure you know how git works)*
|
*when you decide to updatein the future (might not work if you've made custom edits to the source, make sure you know how git works)*
|
||||||
|
|
||||||
`git pull`
|
`git pull`
|
||||||
|
|
||||||
`dotnet restore`
|
`dotnet restore`
|
||||||
|
|
||||||
`dotnet run -c Release`
|
`dotnet run -c Release`
|
||||||
|
|
||||||
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
## Setting Up NadekoBot on Windows
|
## Setting Up NadekoBot on Windows
|
||||||
|
|
||||||
#### Prerequisites
|
#### Prerequisites
|
||||||
- 1) [Notepad++][Notepad++] (or some other decent text editor)
|
- [Notepad++][Notepad++] (or some other decent text editor)
|
||||||
- 2) Windows 8 or later
|
- Windows 8 or later
|
||||||
|
|
||||||
#### Guide
|
#### Guide
|
||||||
- Download and run the [NadekoBot Updater][Updater]
|
- Download and run the [NadekoBot Updater][Updater]
|
||||||
|
@ -26,9 +26,10 @@ If you want to contribute, be sure to PR on the **[dev][dev]** branch.
|
|||||||
- Commands
|
- Commands
|
||||||
- [Readme](Readme.md)
|
- [Readme](Readme.md)
|
||||||
- [Commands List](Commands List.md)
|
- [Commands List](Commands List.md)
|
||||||
- [Permissions System](Permissions System.md)
|
- Features Explained
|
||||||
- [JSON Explanations](JSON Explanations.md)
|
- [Permissions System](Permissions System.md)
|
||||||
- [Custom Reactions](Custom Reactions.md)
|
- [JSON Explanations](JSON Explanations.md)
|
||||||
|
- [Custom Reactions](Custom Reactions.md)
|
||||||
- [Frequently Asked Questions](Frequently Asked Questions.md)
|
- [Frequently Asked Questions](Frequently Asked Questions.md)
|
||||||
- [Contribution Guide](Contribution Guide.md)
|
- [Contribution Guide](Contribution Guide.md)
|
||||||
- [Donate](Donate.md)
|
- [Donate](Donate.md)
|
||||||
|
Loading…
Reference in New Issue
Block a user