mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-30 17:59:17 +08:00
use Windows %APPDATA% variable to describe user data dir.
Closes #8686.
This commit is contained in:
+1
-2
@@ -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`,
|
||||
|
||||
Reference in New Issue
Block a user