diff --git a/README.md b/README.md index 86f3a8f..b075d30 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,28 @@ A king among xmpp bots 👑 - Documentation +## Installation + +Clone repo, create a venv and install dependencies. + +```bash +pip install slixmpp aiohttp +``` +Then edit the config.ini to your liking. + +Create Shitpost Directory (Optional) + +If you want to use the `!shitpost` command: + +```bash +mkdir shitposts +# Add your image files to this directory +``` + +```bash +python chrobry.py +``` + # License This project is licensed under the terms of the GPL 3.0 license.