Updated installation instructions in the README with new XDG support. (#89)

* Update Readme with new XDG support. Pandoc supports the XDG specification as of version 2.7.2.
* Added space between two sentences in the README.
This commit is contained in:
Andrew Zhou 2019-04-11 10:10:10 -07:00 committed by Pascal Wagler
parent f99c6bd921
commit 0ae63fa231

View File

@ -17,8 +17,8 @@ A custom title page | A basic example page
1. Install pandoc from <http://pandoc.org/>. You also need to install [LaTeX](https://en.wikibooks.org/wiki/LaTeX/Installation#Distributions).
2. Download the latest version of the Eisvogel template from [the release page](https://github.com/Wandmalfarbe/pandoc-latex-template/releases/latest).
3. Extract the downloaded ZIP archive and open the folder.
4. 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/`
4. 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: `$XDG_DATA_HOME/pandoc/templates` or `~/.pandoc/templates/`
- Windows XP: `C:\Documents And Settings\USERNAME\Application Data\pandoc\templates`
- Windows Vista or later: `C:\Users\USERNAME\AppData\Roaming\pandoc\templates`