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 ===