From a2cd0250278cc43ce76d6e248d75ff75c837f397 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sat, 25 Apr 2020 18:18:48 +0200 Subject: [PATCH] updated README.rst --- README.rst | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index 0927716..2b9a800 100644 --- a/README.rst +++ b/README.rst @@ -31,16 +31,18 @@ Manual Installation ================== Installation (pip) ================== -Alternatively, install from PyPI with pip +Alternatively, install from PyPI with pip: + .. code-block:: pip install nhentai -For a self-contained installation, use _Pipx: +For a self-contained installation, use `Pipx `_: + .. code-block:: pipx install nhentai - + ===================== Installation (Gentoo) ===================== @@ -63,6 +65,8 @@ Set your nhentai cookie against captcha: nhentai --cookie "YOUR COOKIE FROM nhentai.net" +**NOTE**: The format of the cookie is `"csrftoken=CRSFTOKEN; sessionid=SESSIONID"` + Download specified doujinshi: .. code-block:: bash @@ -196,7 +200,7 @@ nHentai Mirror If you want to use a mirror, you should set up a reverse proxy of `nhentai.net` and `i.nhentai.net`. For example: -.. code-block:: +.. code-block:: i.h.loli.club -> i.nhentai.net h.loli.club -> nhentai.net @@ -235,4 +239,3 @@ Set `NHENTAI` env var to your nhentai mirror. .. |license| image:: https://img.shields.io/github/license/ricterz/nhentai.svg :target: https://github.com/RicterZ/nhentai/blob/master/LICENSE -.. _Pipx: https://github.com/pipxproject/pipx/