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