From 0589a7cbcc538d99f8f549bede525e5c15f136b3 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sat, 21 Nov 2020 16:29:26 +0100 Subject: [PATCH] Document XDG_CONFIG_HOME wrt #85 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 16107d0..ace98ae 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ Then you can control the locations via XDG environment variables as such: * `XDG_DATA_HOME`: GHCs will be unpacked in `ghcup/ghc` subdir * `XDG_CACHE_HOME`: logs and download files will be stored in `ghcup` subdir * `XDG_BIN_HOME`: binaries end up here (default: `~/.local/bin`) +* `XDG_CONFIG_HOME`: the config file is stored in `ghcup` subdir as `config.yaml` (default: `~/.config`) ### Installing custom bindists