1
0
mirror of https://github.com/ciromattia/kcc synced 2025-12-13 09:46:25 +00:00

update README.md

This commit is contained in:
darodi
2023-01-19 00:39:54 +01:00
parent b5806ece0e
commit b4d86fed7f

View File

@@ -87,17 +87,17 @@ $ docker pull ghcr.io/ciromattia/kcc:latest
execute kcc-c2e execute kcc-c2e
```bash ```bash
$ docker run --rm -v "$(pwd):/app" ghcr.io/darodi/kcc:latest $ docker run --rm -v "$(pwd):/app" ghcr.io/ciromattia/kcc:latest
``` ```
example example
```bash ```bash
$ docker run --rm -v "$(pwd):/app" ghcr.io/darodi/kcc:latest -p KPW5 ./1.cbz $ docker run --rm -v "$(pwd):/app" ghcr.io/ciromattia/kcc:latest -p KPW5 ./1.cbz
``` ```
execute kcc-c2p execute kcc-c2p
```bash ```bash
$ docker run --entrypoint /opt/kcc/kcc-c2p.py --rm -v "$(pwd):/app" ghcr.io/darodi/kcc:latest $ docker run --entrypoint /opt/kcc/kcc-c2p.py --rm -v "$(pwd):/app" ghcr.io/ciromattia/kcc:latest
``` ```