From fc700cfafe7da749d767332f2dfd0d38457948b8 Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 2 Apr 2022 15:53:11 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4dcc78f..809b71a 100644 --- a/README.md +++ b/README.md @@ -15,9 +15,10 @@ Run: ```sh docker run --rm -it \ --network=host \ ---entrypoint /opt/venv/bin/python3 /app/create_config.py \ +--entrypoint /opt/venv/bin/python3 \ -v /PATH_TO_YOUR_CONFIG.json:/app/config.json \ -ghcr.io/dmunozv04/isponsorblocktv +ghcr.io/dmunozv04/isponsorblocktv \ +/app/create_config.py ``` ## Run ```sh