diff --git a/docs/update.md b/docs/update.md new file mode 100644 index 0000000..40fd06e --- /dev/null +++ b/docs/update.md @@ -0,0 +1,9 @@ +# Updating the Bot + +Pull latest code and rebuild: + + docker compose down + git pull + docker compose up -d --build + +The SQLite database in `./data/` is preserved across updates.