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