add Dockerfile

This commit is contained in:
Ricter Z
2023-02-06 00:22:23 +08:00
parent 2fe5536950
commit fe443a4229
2 changed files with 22 additions and 0 deletions

View File

@ -14,12 +14,23 @@ nHentai is a CLI tool for downloading doujinshi from <http://nhentai.net>
===================
Manual Installation
===================
From Github:
.. code-block::
git clone https://github.com/RicterZ/nhentai
cd nhentai
python setup.py install
Use Docker :
.. code-block::
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
==================
Installation (pip)
==================