diff --git a/README.rst b/README.rst index 84bebeb..31e8796 100644 --- a/README.rst +++ b/README.rst @@ -103,7 +103,7 @@ Configuration Configuration files are stored in the ``{HOME}/.config/rtv/`` directory -See `rtv.cfg `_ for the full list of configurable options. You can clone this file onto your system by running +See `rtv.cfg `_ for the full list of configurable options. You can clone this file into your home directory by running .. code-block:: bash @@ -113,17 +113,23 @@ See `rtv.cfg `_ file to configure +how RTV will open different types of links -You can set up a `mailcap `_ file to configure how RTV will open different types of links. +.. image:: http://i.imgur.com/ueQ3w0P.gif +| +| The mailcap format allows you to associate MIME media +types, like ``image/jpeg`` or ``video/*``, with shell commands. -Copy the rtv `mailcap template `_ to your **{HOME}/.mailcap** file. +To get started, copy the default mailcap template to your home directory. .. code-block:: bash $ rtv --copy-mailcap +This template contains examples for common MIME types as well as popular reddit websites like `imgur `_, and `gfycat `_. + This setting is disabled by default because it takes a few extra steps to configure.