Update README - toot - Unnamed repository; edit this file 'description' to name the repository.
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit cb7f6ec7cecb78e02c7a4b74b228d8c1594f5a87
 (DIR) parent 0ed906268c22791c11414c8ab2d9232b22329d56
 (HTM) Author: Ivan Habunek <ivan@habunek.com>
       Date:   Tue, 29 Aug 2017 14:10:46 +0200
       
       Update README
       
       Diffstat:
         README.rst                          |      11 ++++++++++-
       
       1 file changed, 10 insertions(+), 1 deletion(-)
       ---
 (DIR) diff --git a/README.rst b/README.rst
       @@ -17,7 +17,16 @@ Interact with Mastodon social networks from the command line.
        Installation
        ------------
        
       -Install using pip:
       +On Debian or Ubuntu running Python 3, download the .deb package from the
       +`latest release <https://github.com/ihabunek/toot/releases/latest>`_ and install it
       +using apt. This will also install the required prerequisites.
       +
       +.. code-block::
       +
       +    apt install ./python3-toot_0.13.0-1_all.deb
       +
       +
       +Otherwise, install from PyPI using pip, preferably into a virtual environment:
        
        .. code-block::