Skip to content

Commit

Permalink
Docs: Remove section about overriding cache dir
Browse files Browse the repository at this point in the history
The env var `TEALDEER_CACHE_DIR` is deprecated. The new way to configure
the cache dir is documented in the "[directories]" section.
  • Loading branch information
dbrgn committed Feb 12, 2023
1 parent 74d1ade commit c9ec883
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions docs/src/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,3 @@ auto_update = true
The directory where the configuration file resides may be overwritten by the
environment variable `TEALDEER_CONFIG_DIR`. Remember to use an absolute path.
Variable expansion will not be performed on the path.

## Override Cache Directory

Similarly, the cache directory where the pages are downloaded to, also follows
OS conventions. On Linux, it will usually be at `~/.cache/tealdeer/`. The path
can be overwritten using the environment variable `TEALDEER_CACHE_DIR`.
Remember to use an absolute path. Variable expansion will not be performed on
the path.

0 comments on commit c9ec883

Please sign in to comment.