From d8532f58d66a810528464edfb33f1b1a548514cf Mon Sep 17 00:00:00 2001 From: Michael Lazar Date: Wed, 27 Jul 2016 17:43:42 -0700 Subject: [PATCH] Update README.rst --- README.rst | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.rst b/README.rst index f6ed8eb..b161481 100644 --- a/README.rst +++ b/README.rst @@ -93,15 +93,14 @@ Settings Configuration ------------- -Configuration settings are stored in ``{HOME}/.config/rtv/rtv.cfg``. -Auto-generate the config file by running +RTV stores configuration files 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 .. code-block:: bash $ rtv --copy-config - -See the `default config `_ for the full list of settings. - + ------ Editor ------