2017-06-11 11:42:48 +00:00
Prerequisites
- [.net core 1.1.X][.netcore]
- [ffmpeg][ffmpeg] (and added to path) either download or install using your distro's package manager
- [git][git]
2017-06-11 13:14:49 +00:00
*Clone the repo*
`git clone -b 1.4 https://github.com/Kwoth/NadekoBot`
`cd NadekoBot/src/NadekoBot`
2017-09-13 17:19:07 +00:00
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.
2017-06-11 13:14:49 +00:00
*run*
`dotnet restore`
`dotnet run -c Release`
2017-09-13 17:19:07 +00:00
*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)*
2017-06-11 13:14:49 +00:00
`git pull`
`dotnet restore`
`dotnet run -c Release`
2017-06-11 11:42:48 +00:00
[.netcore]: https://www.microsoft.com/net/download/core#/sdk
[ffmpeg]: http://ffmpeg.zeranoe.com/builds/
2017-09-13 17:19:07 +00:00
[git]: https://git-scm.com/downloads