Update README.rst

This commit is contained in:
Michael Lazar
2017-09-01 00:57:58 -04:00
committed by GitHub
parent ad33bee139
commit 59285ea152

View File

@@ -48,7 +48,34 @@ RTV is available on `PyPI <https://pypi.python.org/pypi/rtv/>`_ and can be insta
Native packages
---------------
RTV is available through several package managers, check `here <https://repology.org/metapackage/rtv/packages>`_ to see if your distribution is supported
Check `Repology <https://repology.org/metapackage/rtv/information>`_ 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