Skip to content

Commit

Permalink
Fix cache key name in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emcfarlane committed Apr 23, 2024
1 parent a029b7f commit 1e1d141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Bufisk downloads releases to a cache directory. In most Unix-like cases, this wi

The full logic:

The cache directory specified by `${BUF_CACHE_DIR}`. If `${BUF_CACHE_DIR}` is not set
The cache directory specified by `${BUFISK_CACHE_DIR}`. If `${BUFISK_CACHE_DIR}` is not set
(as it usually is not), the cache directory defaults to:

- Linux, Darwin: `${XDG_CACHE_HOME}/bufisk`, and if `${XDG_CACHE_HOME}` is not set, `${HOME}/.cache/bufisk`.
Expand Down

0 comments on commit 1e1d141

Please sign in to comment.