Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down