update README

This commit is contained in:
Ricter Z 2023-02-06 00:36:56 +08:00
parent 9f17ee3f6e
commit f5c4bf4dd1

View File

@ -29,7 +29,7 @@ Use Docker :
git clone https://github.com/RicterZ/nhentai
cd nhentai
docker build -t nhentai:latest .
docker run -v ~/Downloads/doujinshi:/output -v ~/.nhentai/:/root/.nhentai nhentai --id 123855
docker run -it -v ~/Downloads/doujinshi:/output -v ~/.nhentai/:/root/.nhentai nhentai --id 123855
==================
Installation (pip)
@ -51,7 +51,7 @@ From docker hub:
.. code-block::
docker pull ricterz/nhentai
docker run -v ~/Downloads/doujinshi:/output -v ~/.nhentai/:/root/.nhentai ricterz/nhentai --id 123855
docker run -it -v ~/Downloads/doujinshi:/output -v ~/.nhentai/:/root/.nhentai ricterz/nhentai --id 123855
=====================
Installation (Gentoo)