summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohn MacFarlane <fiddlosopher@gmail.com>2013-02-07 19:48:23 -0800
committerJohn MacFarlane <fiddlosopher@gmail.com>2013-02-07 19:48:23 -0800
commit7f6eff3b3bb069934ee4d550556f02b4e9d890a7 (patch)
tree5393b0e8b95244132bf20f55723d139fc760b1b6 /README
parent57e4f5644f149c0ba326241f10afc1cfcdae443e (diff)
README: List proper default data directory for Windows 7.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 12 insertions, 4 deletions
diff --git a/README b/README
index 77384a461..7bb099521 100644
--- a/README
+++ b/README
@@ -192,11 +192,15 @@ General options
$HOME/.pandoc
- in unix and
+ in unix,
C:\Documents And Settings\USERNAME\Application Data\pandoc
- in Windows. A `reference.odt`, `reference.docx`, `default.csl`,
+ in Windows XP, and
+
+ C:\Users\USERNAME\AppData\Roaming\pandoc
+
+ in Windows 7. A `reference.odt`, `reference.docx`, `default.csl`,
`epub.css`, `templates`, `slidy`, `slideous`, or `s5` directory
placed in this directory will override pandoc's normal defaults.
@@ -566,11 +570,15 @@ Citation rendering
$HOME/.csl
- in unix and
+ in unix,
C:\Documents And Settings\USERNAME\Application Data\csl
- in Windows. If the `--csl` option is not specified, pandoc
+ in Windows XP, and
+
+ C:\Users\USERNAME\AppData\Roaming\csl
+
+ in Windows 7. If the `--csl` option is not specified, pandoc
will use a default style: either `default.csl` in the
user data directory (see `--data-dir`), or, if that is
not present, the Chicago author-date style.