diff options
| author | Pablo RodrÃguez <ousia@users.noreply.github.com> | 2023-03-14 00:16:07 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-13 16:16:07 -0700 |
| commit | 49f748ca0e8b38c30a69db5b99d35fa646d7c38e (patch) | |
| tree | 98a7831ef416b72050b4d15746210f8ade9ff17d | |
| parent | 421884717d5b78c95c032c0ae2c196e81ed82269 (diff) | |
use Windows `%APPDATA%` variable to describe user data dir.
Closes #8686.
| -rw-r--r-- | MANUAL.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index 4abf41cba..561075732 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -375,8 +375,7 @@ header when requesting a document from a URL: `$HOME/.local/share`, overridable by setting the `XDG_DATA_HOME` environment variable). If that directory does not exist and `$HOME/.pandoc` exists, it will be used (for backwards compatibility). - On Windows the default user data directory is - `C:\Users\USERNAME\AppData\Roaming\pandoc`. + On Windows the default user data directory is `%APPDATA%\pandoc`. You can find the default user data directory on your system by looking at the output of `pandoc --version`. Data files placed in this directory (for example, `reference.odt`, |
