From 87b732846388d3c4a2d755863df4328a6c08041e Mon Sep 17 00:00:00 2001 From: Alexander Gehrke Date: Wed, 7 Aug 2013 16:08:48 +0200 Subject: CommandLine.cxx: look for config file in XDG_CONFIG_HOME too Look for "$XDG_CONFIG_HOME/mpd/mpd.conf", similar to where mpd looks for the file under Windows. --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 185798a76..4258d2999 100644 --- a/INSTALL +++ b/INSTALL @@ -196,9 +196,9 @@ Run $ mpd -First default is ~/.mpdconf then ~/.mpd/mpd.conf then /etc/mpd.conf. If -neither of these exist a mpd configuration file must be specified at -runtime. +First default is $XDG_CONFIG_HOME/mpd/mpd.conf then ~/.mpdconf then +~/.mpd/mpd.conf then /etc/mpd.conf. If neither of these exist a mpd +configuration file must be specified at runtime. A sample config file is included with the source of MPD, mpdconf.example. -- cgit v1.2.3