updated README.rst

This commit is contained in:
Francesco Minnocci 2020-04-25 18:18:48 +02:00
parent 2f7bb59e58
commit a2cd025027

View File

@ -31,12 +31,14 @@ Manual Installation
================== ==================
Installation (pip) Installation (pip)
================== ==================
Alternatively, install from PyPI with pip Alternatively, install from PyPI with pip:
.. code-block:: .. code-block::
pip install nhentai pip install nhentai
For a self-contained installation, use _Pipx: For a self-contained installation, use `Pipx <https://github.com/pipxproject/pipx/>`_:
.. code-block:: .. code-block::
pipx install nhentai pipx install nhentai
@ -63,6 +65,8 @@ Set your nhentai cookie against captcha:
nhentai --cookie "YOUR COOKIE FROM nhentai.net" nhentai --cookie "YOUR COOKIE FROM nhentai.net"
**NOTE**: The format of the cookie is `"csrftoken=CRSFTOKEN; sessionid=SESSIONID"`
Download specified doujinshi: Download specified doujinshi:
.. code-block:: bash .. code-block:: bash
@ -235,4 +239,3 @@ Set `NHENTAI` env var to your nhentai mirror.
.. |license| image:: https://img.shields.io/github/license/ricterz/nhentai.svg .. |license| image:: https://img.shields.io/github/license/ricterz/nhentai.svg
:target: https://github.com/RicterZ/nhentai/blob/master/LICENSE :target: https://github.com/RicterZ/nhentai/blob/master/LICENSE
.. _Pipx: https://github.com/pipxproject/pipx/