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