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