From 255c3fb88cecfa85e3d82515a969448df111f04d Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 14 Feb 2016 18:43:45 -0800 Subject: [PATCH] Update README.rst --- README.rst | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.rst b/README.rst index aca0644..b4cc970 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ RTV is built in **python** using the **curses** library. * `Installation`_ * `Usage`_ -* `Configuration`_ +* `Settings`_ * `FAQ`_ * `Changelog`_ * `License`_ @@ -83,9 +83,22 @@ Note that RTV no longer allows you to input your username/password directly. Thi .. [#] ``_ .. [#] ``_ -============= +======== +Settings +======== + +------------- Configuration -============= +------------- + +Configuration settings are stored in ``{HOME}/.config/rtv/rtv.cfg``. +Auto-generate the config file by running + +.. code-block:: bash + + $ rtv --copy-config + +See the `default config `_ for the full list of settings. ------ Editor @@ -114,19 +127,6 @@ If you prefer the complete terminal experience, set ``$BROWSER`` to a console-ba `w3m `_, `lynx `_, and `elinks `_ are all good choices. ------------ -Config File ------------ - -Configuration settings are stored in ``{HOME}/.config/rtv/rtv.cfg``. -Auto-generate the config file by running - -.. code-block:: bash - - $ rtv --copy-config - -See the `default config `_ for the full list of settings. - === FAQ ===