From e2e1b5f8fdc8c56c17324d7da2cdecca90add75b Mon Sep 17 00:00:00 2001 From: David Robertson Date: Fri, 16 Sep 2022 15:13:03 +0100 Subject: [PATCH] Use correct path separators on Linux (#401) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c7c20f..958225e 100644 --- a/README.md +++ b/README.md @@ -129,7 +129,7 @@ User-specified config.json ========================== + `%APPDATA%\$NAME\config.json` on Windows -+ `$XDG_CONFIG_HOME\$NAME\config.json` or `~/.config/$NAME/config.json` on Linux ++ `$XDG_CONFIG_HOME/$NAME/config.json` or `~/.config/$NAME/config.json` on Linux + `~/Library/Application Support/$NAME/config.json` on macOS In the paths above, `$NAME` is typically `Element`, unless you use `--profile