nadeko/README.md
Poag 6f9f6add98 Update README.md
could of typos
2016-05-06 09:35:56 +01:00

24 lines
768 B
Markdown

# NadekoBot a Discord bot
Nadeko is written in C# and Discord.net for more information visit https://github.com/Kwoth/NadekoBot
## Docker Usage
```
docker create --name nadeko -v </path/to/appdata>:/config uirel/nadeko
```
docker start nadeko
**Parameters**
* `-v /config` - database and nadekobot configs, place your existing configs in this folder, or let the docker create blank ones for you and edit per the information @ https://github.com/Kwoth/NadekoBot
## Updates / Monitoring
* Upgrade to the latest version of Nadeko simply `docker restart nadeko`.
* Monitor the logs of the container in realtime `docker logs -f nadeko`.
For information about configuring your bot or its functionality, please check the https://github.com/Kwoth/NadekoBot guides.