Update README.rst

Shortened Arch Linux section
This commit is contained in:
Michael Lazar
2016-04-19 23:13:09 -07:00
parent 013f272723
commit 5879234b97

View File

@@ -28,13 +28,13 @@ RTV is built in **python** using the **curses** library.
Installation
============
Install using pip...
Install using pip (**recommended**)...
.. code-block:: bash
$ pip install rtv
or clone the repository.
or clone the repository
.. code-block:: bash
@@ -42,20 +42,14 @@ or clone the repository.
$ cd rtv
$ python3 setup.py install
Arch Linux or Arch based distros...
on Arch Linux or Arch based distros (Antergos, Manjaro, `etc.`_) you can install directly using an `aur helper`_ such as yaourt. There's also an *rtv-git* package if you wish to keep up to date with the latest development code.
.. code:: bash
$ yaourt -S rtv
This includes Arch Linux, Antergos, Manjaro, etc. `List`_
You will need an aur helper such as yaourt shown above. If you are not fimilar with aur helper's,
you can find a list `here`_. There is also a *rtv-git* package if you wish to keep up to date with current code
before any releases are made.
.. _List: https://wiki.archlinux.org/index.php/Arch_based_distributions_(active)
.. _here: https://wiki.archlinux.org/index.php/AUR_helpers#AUR_search.2Fbuild_helpers
.. _etc.: https://wiki.archlinux.org/index.php/Arch_based_distributions_(active)
.. _aur helper: https://wiki.archlinux.org/index.php/AUR_helpers#AUR_search.2Fbuild_helpers
=====
Usage