]> git.lizzy.rs Git - nhentai.git/commitdiff
updated README.rst
authorFrancesco Minnocci <ad17fmin@uwcad.it>
Sat, 25 Apr 2020 16:18:48 +0000 (18:18 +0200)
committerFrancesco Minnocci <ad17fmin@uwcad.it>
Sat, 25 Apr 2020 16:18:48 +0000 (18:18 +0200)
README.rst

index 092771651e225d932ed032ba16e01b67d23368ed..2b9a800358da742e7ee1a82586940acbbaf64eef 100644 (file)
@@ -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 <https://github.com/pipxproject/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/