From 03321c9cb005945d0872ddf9a1eff08aaca84048 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Tue, 18 Apr 2017 16:26:24 -0700 Subject: [PATCH] Update README.rst --- README.rst | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) 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 =====