Update README.md

This commit is contained in:
David
2022-04-02 15:53:11 +02:00
committed by GitHub
parent cf78ec5be5
commit fc700cfafe

View File

@@ -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