update README
This commit is contained in:
13
README.md
13
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
|
||||
```
|
||||
Reference in New Issue
Block a user