From 812178901c8293cb21e41e3fcec81b2302514338 Mon Sep 17 00:00:00 2001 From: Aleksej Date: Tue, 7 Jun 2022 16:48:31 +0200 Subject: [PATCH] add README.md Signed-off-by: Aleksej --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..88ee839 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# XMPP mirror +XMPP bot that mirrors MUC group chats + +## Install dependencies on Debian-based systems + +sudo apt install python3-slixmpp + +## Install dependencies with pip +pip install -r requirements.txt