diff --git a/README.rst b/README.rst index 19188cb..e94e3d8 100644 --- a/README.rst +++ b/README.rst @@ -37,45 +37,27 @@ Installation **macOS** -On macOS, rtv can be installed via `Homebrew `_: - .. code-block:: bash $ brew install rtv **Arch Linux** -On Arch, an `AUR `_ package is provided: - .. code:: bash - $ # Install the latest release + $ # Install the latest official release $ yaourt -S rtv - -.. code:: bash - $ # Or to keep up to date with the master branch $ yaourt -S rtv-git **pip** -On all other Linux distributions, install rtv through pip (Python's package manager): +For other Linux distributions, use **pip** (Python's package manager): .. code-block:: bash $ pip install rtv -**source** - -Or you can always clone the repository: - -.. code-block:: bash - - $ git clone https://github.com/michael-lazar/rtv.git - $ cd rtv - $ python setup.py install - - ===== Usage =====