add README.md

Signed-off-by: Aleksej <aleksej@hklbgd.org>
This commit is contained in:
Aleksej 2022-06-07 16:48:31 +02:00
parent fdd18e0ac0
commit 812178901c
No known key found for this signature in database
GPG Key ID: 4DB9C85100A6D17F

9
README.md Normal file
View File

@ -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