From a8b265094189661004fd100bcdc04321a868ca86 Mon Sep 17 00:00:00 2001 From: Dym Sohin Date: Fri, 11 Aug 2023 20:31:06 +0200 Subject: [PATCH] fix brackets including path Co-authored-by: Benedikt Heine --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a9ce7112..63c27903a 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ sudo make install Dunst uses a different default (`${SYSCONFDIR}`) for XDG_CONFIG_DIRS at runtime. This is a slight digression from the recommended value in the XDG Base Directory Specification (/etc/xdg), because the default config file gets installed to -`${SYSCONFDIR/dunst/dunstrc}` to avoid conflicts with /etc/xdg/dunst/dunstrc which +`${SYSCONFDIR}/dunst/dunstrc` to avoid conflicts with /etc/xdg/dunst/dunstrc which might have been installed from a distribution repository. If you do want dunst to use the spec's recommended default, set XDG_CONFIG_DIR=/etc/xdg at runtime or SYSCONFDIR=/etc/xdg at compile time.