From 610e38641d8939b64a59f78deb5573096cee200f Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Thu, 21 Sep 2017 11:40:16 -0400 Subject: [PATCH] Update README.md --- README.md | 37 ++++++++++++------------------------- 1 file changed, 12 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 8ecd63d..6260651 100644 --- a/README.md +++ b/README.md @@ -57,34 +57,21 @@ $ pip install rtv ### Native packages -Check [Repology](https://repology.org/metapackage/rtv/information) for an up-to-date list of supported packages: - -**macOS** - ```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+** - -```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 -``` +See the up-to-date list of supported packages on [Repology](https://repology.org/metapackage/rtv/information) ## Usage