From 59285ea152e46e1c8d2386a15ede40829fe409bb Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Fri, 1 Sep 2017 00:57:58 -0400 Subject: [PATCH] Update README.rst --- README.rst | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 93c4d59..95a5136 100644 --- a/README.rst +++ b/README.rst @@ -48,7 +48,34 @@ RTV is available on `PyPI `_ and can be insta Native packages --------------- -RTV is available through several package managers, check `here `_ to see if your distribution is supported +Check `Repology `_ for an up-to-date list of supported packages + +**macOS** + +.. code-block:: bash + + $ brew install rtv + +**Debian 9+, Ubuntu 17.04+** + +.. code-block:: bash + + $ apt install rtv + +**Fedora 24+** + +.. code-block:: bash + + $ yum install rtv + +**Arch Linux** + +.. code:: bash + + $ # Install the latest official release + $ yaourt -S rtv + $ # Or to keep up to date with the master branch + $ yaourt -S rtv-git ===== Usage