mirror of
https://github.com/RicterZ/nhentai.git
synced 2025-07-03 00:39:28 +02:00
add Dockerfile
This commit is contained in:
11
README.rst
11
README.rst
@ -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)
|
||||
==================
|
||||
|
Reference in New Issue
Block a user