usage documentation

This commit is contained in:
francesco 2019-03-27 14:52:01 +01:00
parent 3686ef2f96
commit af96282423
2 changed files with 4 additions and 2 deletions

View file

@ -55,7 +55,9 @@ python -m maubot
and point the browser to `http://localhost:29316/_matrix/maubot/#/login`
After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below ![alt text](https://github.com/maubot/maubot/blob/master/maubot/img/screenshot_new_instance.png "New instance")
After login, it is possible to create a new bot instance (clicking the + Instances button) via the screen like the one below
<img src="./img/screenshot_new_instance.png">
### [Management API spec](https://github.com/maubot/maubot/blob/master/maubot/management/api/spec.md)

View file

@ -7,8 +7,8 @@ ruamel.yaml
attrs
bcrypt
packaging
click
colorama
PyInquirer
jinja2
prompt_toolkit==1.0.14