update README

This commit is contained in:
2026-02-22 20:48:42 +01:00
parent 361188472b
commit 0ef65df098

View File

@@ -1,5 +1,7 @@
# ich_iel-Bot
A bot for Fluxer which posts a post from ich_iel every hour.
## Installation:
```
@@ -7,5 +9,14 @@ git clone https://git.scrunkly.cat/Michelle/ich_iel-Bot.git
```
```
pip install -r requirements.txt
docker compose build
docker compose up -d
```
Or if you prefer running it without docker:
```
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py
```