From 0ef65df098dd39d651d183d4fd4aa78ca44925fd Mon Sep 17 00:00:00 2001 From: Michelle Date: Sun, 22 Feb 2026 20:48:42 +0100 Subject: [PATCH] update README --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 722650b..a197c8b 100644 --- a/README.md +++ b/README.md @@ -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 +``` \ No newline at end of file