From 74976133fdc6484202f17985bcb48b9692d7e770 Mon Sep 17 00:00:00 2001 From: Homer S Date: Tue, 29 Jun 2021 23:21:17 +0200 Subject: [PATCH] Corrected markdown. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff152c8..1a0c5d2 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ FRITZ_TMP="/tmp" ``` __.env__ + * * 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. @@ -40,11 +41,11 @@ Provided you have docker and docker-compose installed on your system: * After that slightly edit the `docker-compose.yml` * and add ``` - [...] + 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. * With docker that means that you need to open an _interactive shell_ in the running container (`docker-compose -f docker/docker-compose.yml exec app /bin/bash` and run this command there.