mirror of
https://github.com/ciromattia/kcc
synced 2025-12-13 09:46:25 +00:00
update README.md
This commit is contained in:
@@ -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
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user