From e5834d3578e35254f10c661269f5839aacedb957 Mon Sep 17 00:00:00 2001 From: Danny Olson Date: Tue, 18 Jun 2024 15:42:36 -0700 Subject: [PATCH] Update readme about where config file is stored --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 951c5fe1..2f0547d2 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ To save a setting in the configuration file: ldcli config --set access-token api-00000000-0000-0000-0000-000000000000 ``` -Running this command creates a configuration file located at `$HOME/.ldcli-config.yml` with the access token. Subsequent commands read from this file, so you do not need to specify the access token each time. +Running this command creates a configuration file located at `$XDG_CONFIG_HOME/ldcli/config.yml` with the access token. Subsequent commands read from this file, so you do not need to specify the access token each time. ## Commands