From 9f17ee3f6e98559ad42edf743664c88359cb32eb Mon Sep 17 00:00:00 2001 From: Ricter Z Date: Mon, 6 Feb 2023 00:34:44 +0800 Subject: [PATCH] update README --- README.rst | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 99533d7..6dbd23b 100644 --- a/README.rst +++ b/README.rst @@ -38,13 +38,20 @@ Alternatively, install from PyPI with pip: .. code-block:: - pip install nhentai + pip install nhentai For a self-contained installation, use `Pipx `_: .. code-block:: - pipx install nhentai + pipx install nhentai + +From docker hub: + +.. code-block:: + + docker pull ricterz/nhentai + docker run -v ~/Downloads/doujinshi:/output -v ~/.nhentai/:/root/.nhentai ricterz/nhentai --id 123855 ===================== Installation (Gentoo)