Update README.rst
This commit is contained in:
29
README.rst
29
README.rst
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user