Skip to content

Commit

Permalink
ReadMe.md correct docker image name
Browse files Browse the repository at this point in the history
  • Loading branch information
darodi committed Apr 10, 2022
1 parent d7d781b commit a7ed217
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Define a handy alias on your system with some docker tricks. This mounts the loc
You can change the value of PGID and PUID with the value for the user needed in your download directory.

```bash
alias comic_dl="docker run -it --rm -e PGID=$(id -g) -e PUID=$(id -u) -v $(pwd):/directory:rw -w /directory ghcr.io/Xonshiz/comic-dl:latest comic_dl -dd /directory"
alias comic_dl="docker run -it --rm -e PGID=$(id -g) -e PUID=$(id -u) -v $(pwd):/directory:rw -w /directory ghcr.io/xonshiz/comic-dl:latest comic_dl -dd /directory"
```

Run it on your system. This actually starts a container on request and stop&delete it when finished.
Expand Down

0 comments on commit a7ed217

Please sign in to comment.