Document XDG_CONFIG_HOME wrt #85

このコミットが含まれているのは:
Julian Ospald 2020-11-21 16:29:26 +01:00
コミット 0589a7cbcc
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID: 511B62C09D50CD28
1個のファイルの変更1行の追加0行の削除

ファイルの表示

@ -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