NadekoBot/docs/guides/From Source.md
2017-09-26 09:32:12 +02:00

725 B

Prerequisites

Clone the repo
git clone -b 1.9 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 run -c Release

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 dotnet run -c Release