Skip to content

Commit

Permalink
Update README.md for config.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasBuquet authored Jul 14, 2024
1 parent 68a6e8d commit c4f19a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ python install poetry
poetry install
```

# Provide a config.toml file at the root of the project
```
homeserver = "<your matrix server https://matrix.…>"
bot_username = "<your username someone@beta.gouv.fr>"
bot_password = "<your password>"
```

# Build Release
```
docker build --target=runtime . -t matrix-bot-admin
Expand Down

0 comments on commit c4f19a7

Please sign in to comment.