diff --git a/README.md b/README.md index fd9cf32..8a31a6a 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ A custom title page | A basic example page 1. Install pandoc from . You also need to install [LaTeX](https://en.wikibooks.org/wiki/LaTeX/Installation#Distributions). 2. Move the template `eisvogel.tex` to your pandoc templates folder and rename the file to `eisvogel.latex`.The location of the templates folder depends on your operating system: - Unix, Linux, macOS: `~/.pandoc/templates/` - - Windows XP: `C:\Documents And Settings\USERNAME\Application Data\pandoc` - - Windows Vista or later: `C:\Users\USERNAME\AppData\Roaming\pandoc` + - Windows XP: `C:\Documents And Settings\USERNAME\Application Data\pandoc\templates` + - Windows Vista or later: `C:\Users\USERNAME\AppData\Roaming\pandoc\templates` If there are no folders called `templates` or `pandoc` you need to create them and put the template `eisvogel.latex` inside.