mirror of
https://github.com/dmunozv04/iSponsorBlockTV.git
synced 2026-01-27 12:50:52 +03:00
Updated Installation (markdown)
@@ -10,7 +10,7 @@ docker run --rm -it \
|
|||||||
ghcr.io/dmunozv04/isponsorblocktv \
|
ghcr.io/dmunozv04/isponsorblocktv \
|
||||||
--setup
|
--setup
|
||||||
```
|
```
|
||||||
## Run
|
### Run
|
||||||
```sh
|
```sh
|
||||||
docker pull ghcr.io/dmunozv04/isponsorblocktv
|
docker pull ghcr.io/dmunozv04/isponsorblocktv
|
||||||
docker run -d \
|
docker run -d \
|
||||||
@@ -37,12 +37,11 @@ launchctl unload ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
|
|||||||
rm ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
|
rm ~/Library/LaunchAgents/com.dmunozv04.iSponsorBlockTV.plist
|
||||||
rm -r ~/iSponsorBlockTV
|
rm -r ~/iSponsorBlockTV
|
||||||
```
|
```
|
||||||
## From source
|
# From source
|
||||||
|
### Install
|
||||||
You need to install [python](https://www.python.org/downloads/) first, and to make it available in your PATH. After, clone the repo.
|
You need to install [python](https://www.python.org/downloads/) first, and to make it available in your PATH. After, clone the repo.
|
||||||
Then you need to download the dependencies with pip:
|
Then you need to download the dependencies with pip:
|
||||||
```python3 -m pip install -r requirements.txt```
|
```python3 -m pip install -r requirements.txt```
|
||||||
Lastly, run ```main.py```
|
Lastly, run ```main.py```
|
||||||
|
|
||||||
### Setup
|
### Setup
|
||||||
run ```main.py --setup```
|
run ```main.py --setup```
|
||||||
Reference in New Issue
Block a user