From 43ee456748ffbdd4b0ecb9fc034ed41597a15a91 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 22 Jul 2016 00:47:21 -0700 Subject: [PATCH] Update README.rst --- README.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 42be475..bcce322 100644 --- a/README.rst +++ b/README.rst @@ -42,11 +42,13 @@ or clone the repository $ cd rtv $ python3 setup.py install -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. +on Arch Linux or Arch based distros (Antergos, Manjaro, `etc.`_) you can install directly with an `aur helper`_ such as yaourt. .. code:: bash $ yaourt -S rtv + $ # or to keep up to date with the master branch + $ yaourt -S rtv-git .. _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