From 7e22cb4e553d93b86f3a413751bb404b4236492a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Troj=C3=A1k?= Date: Sun, 1 Oct 2023 00:33:07 +0200 Subject: [PATCH] Update README.md Fix the configuration file path in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 85c00e0d..587db21c 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ automatic location provider. An example configuration can be found in The configuration file should be saved in the following location depending on the platform: -- Linux/macOS: `~/.config/redshift/redshift.conf` (if the environment variable `XDG_CONFIG_HOME` is undefined) or `${XDG_CONFIG_HOME}/redshift/redshift.conf` (if `XDG_CONFIG_HOME` is defined). +- Linux/macOS: `~/.config/redshift.conf` (if the environment variable `XDG_CONFIG_HOME` is undefined) or `${XDG_CONFIG_HOME}/redshift.conf` (if `XDG_CONFIG_HOME` is defined). - Windows: Put `redshift.conf` in `%USERPROFILE%\AppData\Local\` (aka `%localappdata%`).