Corrected markdown.

This commit is contained in:
Homer S. 2021-06-29 23:11:29 +02:00
parent bcd26f95f2
commit 77d5c633b2
1 changed files with 5 additions and 3 deletions

View File

@ -29,6 +29,7 @@ FRITZ_TMP="/tmp"
```
* Adjust it according to your data.
* For matrix-commander.py to work you need to run it manually the first time by `python3 matrix-commander` and follow the emerging dialog by putting in your matrix account data.
* After all that you can finally run `./fritzab2matrix.py` and your TAM messages should be posted in the chosen matrix chat.
@ -42,7 +43,8 @@ Provided you have docker and docker-compose installed on your system:
```
volumes:
- ../.:/app
```
```
* so that your repo is used as volume for the `/app` folder. So everything you change in the repo's folder will affect the docker container.
* For __matrix-commander.py__ to work you need to run it manually the first time by `python3 matrix-commander` and follow the emerging dialog by putting in your matrix account data.