From da79d0fef2a0cbc32226ce44821c0b00a1ddddf1 Mon Sep 17 00:00:00 2001 From: michael-lazar Date: Thu, 5 Mar 2015 00:08:49 -0800 Subject: [PATCH] Readme tweak --- README.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index f82a25e..5f2e5ba 100644 --- a/README.rst +++ b/README.rst @@ -10,13 +10,13 @@ It is compatible with a large range of terminal emulators on Linux and OSX syste ------------ Installation ------------ -Reddit Terminal Viewer is Py2/Py3 compatible. The quickest way to install is through pip. +The recommended installation method is pip. .. code-block:: bash $ sudo pip install --pre rtv -Alternatively, you can install directly from the repo using python setuptools. +Alternatively, clone the repo and install with python. .. code-block:: bash @@ -24,16 +24,11 @@ Alternatively, you can install directly from the repo using python setuptools. $ cd rtv $ sudo python setup.py install -After the installation has finished, a script will be placed in the system path. The program can then be started by typing +As part of the installation, an executable script will be placed in your system path. .. code-block:: bash $ rtv - -Additional options can be viewed with - -.. code-block:: bash - $ rtv --help -----