Update README.md

This commit is contained in:
Michael Lazar
2017-09-21 11:40:16 -04:00
committed by GitHub
parent 9f79254da5
commit 610e38641d

View File

@@ -57,34 +57,21 @@ $ pip install rtv
### Native packages ### Native packages
Check [Repology](https://repology.org/metapackage/rtv/information) for an up-to-date list of supported packages:
**macOS**
```bash ```bash
$ brew install rtv # macOS
brew install rtv
# Debian 9+, Ubuntu 17.04+
apt install rtv
# Fedora 24+
yum install rtv
# Arch
yaourt -S rtv
``` ```
**Debian 9+, Ubuntu 17.04+** See the up-to-date list of supported packages on [Repology](https://repology.org/metapackage/rtv/information)
```bash
$ apt install rtv
```
**Fedora 24+**
```bash
$ yum install rtv
```
**Arch Linux**
```bash
$ # Install the latest official release
$ yaourt -S rtv
$ # Or to keep up to date with the master branch
$ yaourt -S rtv-git
```
## Usage ## Usage