From bf8ca57326de525e83ccea9f1b0e18568bec3bf4 Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Sun, 20 Dec 2015 00:15:02 -0800 Subject: [PATCH] Update README.rst --- README.rst | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 85b582c..ec769c9 100644 --- a/README.rst +++ b/README.rst @@ -50,7 +50,7 @@ The installation will place a script in the system path $ rtv $ rtv --help -See the `FAQ`_ for more information on common installation problems +See the `FAQ`_ to troubleshoot common installation problems ===== Usage @@ -177,14 +177,14 @@ Note that RTV no longer allows you to input your username/password directly. Thi Config File ----------- -RTV loads its config from ``{HOME}/.config/rtv/rtv.cfg`` (or ``$XDG_CONFIG_HOME``). -You can auto-generate this file by running +RTV stores configuration settings in ``{HOME}/.config/rtv/rtv.cfg``. +You can auto-generate the config file by running .. code-block:: bash $ rtv --copy-config -View the default `config `_. +See the `default config `_ to view descriptions for each setting. === FAQ @@ -218,19 +218,19 @@ How do I run the repository code directly? ========= Changelog ========= -Please see `CHANGELOG.rst `_. +Please see `CHANGELOG.rst `_. ============ Contributors ============ -Please see `CONTRIBUTORS.rst `_. +Please see `CONTRIBUTORS.rst `_. ======= License ======= -Please see `LICENSE `_. +Please see `LICENSE `_. .. |python| image:: https://img.shields.io/badge/python-2.7%2C%203.5-blue.svg