Update README.rst
This commit is contained in:
22
README.rst
22
README.rst
@@ -37,45 +37,27 @@ Installation
|
|||||||
|
|
||||||
**macOS**
|
**macOS**
|
||||||
|
|
||||||
On macOS, rtv can be installed via `Homebrew <https://brew.sh/>`_:
|
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ brew install rtv
|
$ brew install rtv
|
||||||
|
|
||||||
**Arch Linux**
|
**Arch Linux**
|
||||||
|
|
||||||
On Arch, an `AUR <https://aur.archlinux.org/packages/rtv/>`_ package is provided:
|
|
||||||
|
|
||||||
.. code:: bash
|
.. code:: bash
|
||||||
|
|
||||||
$ # Install the latest release
|
$ # Install the latest official release
|
||||||
$ yaourt -S rtv
|
$ yaourt -S rtv
|
||||||
|
|
||||||
.. code:: bash
|
|
||||||
|
|
||||||
$ # Or to keep up to date with the master branch
|
$ # Or to keep up to date with the master branch
|
||||||
$ yaourt -S rtv-git
|
$ yaourt -S rtv-git
|
||||||
|
|
||||||
**pip**
|
**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
|
.. code-block:: bash
|
||||||
|
|
||||||
$ pip install rtv
|
$ 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
|
Usage
|
||||||
=====
|
=====
|
||||||
|
|||||||
Reference in New Issue
Block a user