mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-30 22:37:24 +03:00
Update README.md
This commit is contained in:
@@ -10,12 +10,15 @@ This project is written in asycronous python and should be pretty quick.
|
|||||||
### Setup
|
### Setup
|
||||||
|
|
||||||
You need to set up several things before you can run the project.
|
You need to set up several things before you can run the project.
|
||||||
1. Create blank config file: ```touch config.json```
|
Create blank config file: `touch config.json`
|
||||||
2. ```docker run --rm -it \
|
Run:
|
||||||
|
```sh
|
||||||
|
docker run --rm -it \
|
||||||
--network=host \
|
--network=host \
|
||||||
--entrypoint /opt/venv/bin/python3 /app/create_config.py \
|
--entrypoint /opt/venv/bin/python3 /app/create_config.py \
|
||||||
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
-v /PATH_TO_YOUR_CONFIG.json:/app/config.json \
|
||||||
ghcr.io/dmunozv04/isponsorblocktv```
|
ghcr.io/dmunozv04/isponsorblocktv
|
||||||
|
```
|
||||||
## Run
|
## Run
|
||||||
```sh
|
```sh
|
||||||
docker pull ghcr.io/dmunozv04/isponsorblocktv
|
docker pull ghcr.io/dmunozv04/isponsorblocktv
|
||||||
|
|||||||
Reference in New Issue
Block a user