From 3fc2f96be3660d1ca394a68b8c2c834209eabc10 Mon Sep 17 00:00:00 2001 From: Michael Elovskikh Date: Sat, 15 Apr 2017 16:50:32 +0500 Subject: [PATCH] Corrected the config file path desctiption --- doc/configuration.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 4e413b24..8ee33d69 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -1,7 +1,13 @@ Configuration ------------- -PuDB uses configuration file is located at ``~/.config/pudb/pudb.cfg``. +All PuDB information is stored in a location specified by the `XDG Base +Directory Specification +`_. +Usually, it is ``~/.config/pudb``. The PuDB configuration is stored at +``pudb.cfg`` file inside that directory. Therefore the whole path is usually +``~/.config/pudb/pudb.cfg``. + Following options are available to customise PuDB behaviour: shell