Update README.md

This commit is contained in:
Michael Lazar
2017-09-21 11:54:03 -04:00
committed by GitHub
parent 2a3f0f7f94
commit d3eea72158

View File

@@ -47,7 +47,7 @@ RTV is built in **python** using the **curses** library.
## Installation ## Installation
### Python package ### PyPI package
RTV is available on [PyPI](https://pypi.python.org/pypi/rtv/) and can be installed with pip: RTV is available on [PyPI](https://pypi.python.org/pypi/rtv/) and can be installed with pip:
@@ -61,16 +61,16 @@ See [Repology](https://repology.org/metapackage/rtv/information) for an up-to-da
```bash ```bash
# macOS # macOS
brew install rtv $ brew install rtv
# Debian 9+, Ubuntu 17.04+ # Debian 9+, Ubuntu 17.04+
apt install rtv $ apt install rtv
# Fedora 24+ # Fedora 24+
yum install rtv $ yum install rtv
# Arch # Arch
yaourt -S rtv $ yaourt -S rtv
``` ```
## Usage ## Usage
@@ -128,7 +128,9 @@ A mailcap file allows you to associate different MIME media types, like ``image/
$ rtv --copy-mailcap $ rtv --copy-mailcap
``` ```
This template contains examples for common MIME types that work with popular reddit websites like *imgur*, *youtube*, and *gfycat*. Open the mailcap template and follow the [instructions](https://github.com/michael-lazar/rtv/blob/master/rtv/templates/mailcap) listed inside. Once you've setup your mailcap file, enable it by launching rtv with the ``rtv --enable-media`` flag (or set it in your **rtv.cfg**) This template contains examples for common MIME types that work with popular reddit websites like *imgur*, *youtube*, and *gfycat*. Open the mailcap template and follow the [instructions](https://github.com/michael-lazar/rtv/blob/master/rtv/templates/mailcap) listed inside.
Once you've setup your mailcap file, enable it by launching rtv with the ``rtv --enable-media`` flag (or set it in your **rtv.cfg**)
### Environment Variables ### Environment Variables