From cf78ec5be5ec79269f7226da83632671e0864a62 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:43:56 +0200 Subject: [PATCH] Update README.md --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5f8ce65..4dcc78f 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,15 @@ This project is written in asycronous python and should be pretty quick. ### Setup You need to set up several things before you can run the project. -1. Create blank config file: ```touch config.json``` -2. ```docker run --rm -it \ +Create blank config file: `touch config.json` +Run: +```sh +docker run --rm -it \ --network=host \ --entrypoint /opt/venv/bin/python3 /app/create_config.py \ -v /PATH_TO_YOUR_CONFIG.json:/app/config.json \ -ghcr.io/dmunozv04/isponsorblocktv``` +ghcr.io/dmunozv04/isponsorblocktv +``` ## Run ```sh docker pull ghcr.io/dmunozv04/isponsorblocktv