From c4f19a7a0dd9c9a489a1d0a94838be5da86739bd Mon Sep 17 00:00:00 2001 From: Nicolas Buquet Date: Sun, 14 Jul 2024 19:10:06 +0200 Subject: [PATCH] Update README.md for config.toml --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 85b5b23..a78b2f9 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,14 @@ python install poetry poetry install ``` +# Provide a config.toml file at the root of the project +``` +homeserver = "" + +bot_username = "" +bot_password = "" +``` + # Build Release ``` docker build --target=runtime . -t matrix-bot-admin