Merge pull request #1593 from shivaco/patch-3
Fixed the mistype + added hyperlink
This commit is contained in:
commit
51f9ae9e3b
@ -6,13 +6,13 @@ Prerequisites
|
|||||||
*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 Explanations](http://nadekobot.readthedocs.io/en/latest/JSON%20Explanations/) guide 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 update in 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`
|
||||||
|
Loading…
Reference in New Issue
Block a user