NadekoBot/docs/guides/Building from Source.md

9 lines
794 B
Markdown
Raw Normal View History

2016-08-03 22:42:31 +00:00
###Building from Source
2016-08-03 23:41:03 +00:00
For easy setup and no programming knowledge, you can use [Updater](https://github.com/Kwoth/NadekoUpdater/releases/latest) or download release from [Releases](https://github.com/Kwoth/NadekoBot/releases) and follow the [Windows Guide](Windows Guide.md)
2016-08-03 22:42:31 +00:00
In your bin/debug folder (or next to your exe if you are using release version), you must have a file called 'credentials.json' in which you will store all the necessary data to make the bot know who the owner is, and your api keys.
When you clone the project, make sure to run `git submodule init` and `git submodule update` to get the correct discord.net version
2016-08-03 22:51:51 +00:00
Make sure you've read ComprehensiveGuide to get a grasp of basic config/credentials setup and then look at "Credentials and config" chapter.