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-06 18:04:31 +01:00
parent 7f883f98ba
commit c0d17c1803

View File

@@ -46,6 +46,11 @@ execute kcc-c2e
docker run --rm -v "$(pwd):/app" ghcr.io/darodi/kcc:latest docker run --rm -v "$(pwd):/app" ghcr.io/darodi/kcc:latest
``` ```
example
```bash
$ docker run --rm -v "$(pwd):/app" ghcr.io/darodi/kcc:latest -p KPW5 ./1.cbz
```
execute kcc-c2p execute kcc-c2p
``` ```
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/darodi/kcc:latest