From 013f2727230b3cb16f77646b64a692cdb414fc40 Mon Sep 17 00:00:00 2001 From: Johnathan Jenkins Date: Tue, 19 Apr 2016 13:01:32 -0700 Subject: [PATCH] [readme] add steps for archlinux installation --- README.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.rst b/README.rst index e00e824..f0cce7f 100644 --- a/README.rst +++ b/README.rst @@ -42,6 +42,21 @@ or clone the repository. $ cd rtv $ python3 setup.py install +Arch Linux or Arch based distros... + +.. 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 + + ===== Usage =====