More doc updates
This commit is contained in:
@ -4,18 +4,27 @@ Prerequisites
|
||||
- [git][git]
|
||||
|
||||
*Clone the repo*
|
||||
|
||||
`git clone -b 1.4 https://github.com/Kwoth/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
|
||||
|
||||
|
||||
*run*
|
||||
|
||||
`dotnet restore`
|
||||
|
||||
`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)*
|
||||
|
||||
`git pull`
|
||||
|
||||
`dotnet restore`
|
||||
|
||||
`dotnet run -c Release`
|
||||
|
||||
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
|
||||
|
@ -1,8 +1,8 @@
|
||||
## Setting Up NadekoBot on Windows
|
||||
|
||||
#### Prerequisites
|
||||
- 1) [Notepad++][Notepad++] (or some other decent text editor)
|
||||
- 2) Windows 8 or later
|
||||
- [Notepad++][Notepad++] (or some other decent text editor)
|
||||
- Windows 8 or later
|
||||
|
||||
#### Guide
|
||||
- Download and run the [NadekoBot Updater][Updater]
|
||||
|
Reference in New Issue
Block a user