From 7fc5c21b5be07c56c1a4315bf685bdb8e41b08f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=92scar=20Casajuana?= Date: Fri, 5 Jan 2024 23:42:05 +0100 Subject: [PATCH] refs #23 Add info about running it with docker in the readme --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dac58f3..6bbe636 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,16 @@ sudo spctl --master-disable Othwerise you'll see an error because the binary is unsigned. +### Using Docker + +You can also use manga-downloader directly via docker like so: + +~~~bash +docker run --rm -it -v $PWD:/downloads elboletaire/manga-downloader --help +~~~ + +Note the `-v $PWD:/downloads` param, that's required in order to get the downloads in your current path. + License -------