From 8a07dc4ff1e6e0dcf73ef047f8a672a1a72e41c8 Mon Sep 17 00:00:00 2001 From: mrzool Date: Tue, 15 Dec 2015 11:52:19 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71c5e0e..7798aca 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ To install pandoc on Mac OS X, run `brew install pandoc`. To install it on Linux ### Note for Windows users -Although I didn't test it, you can probably use this on Windows, too. Both [Pandoc](http://pandoc.org/installing.html) and LaTeX can be installed on Windows (I recommend [MikTeX](http://miktex.org/) for that) and you should be able to run makefiles on Windows through [Cygwin](https://www.cygwin.com/). If that's too much hassle, this command should do the trick in Powershell: +Although I didn't test it, you can probably use this on Windows, too. Both [Pandoc](http://pandoc.org/installing.html) and LaTeX can be installed on Windows (I recommend [MiKTeX](http://miktex.org/) for that) and you should be able to run makefiles on Windows through [Cygwin](https://www.cygwin.com/). If that's too much hassle, this command should do the trick in Powershell: pandoc details.yml -o output.pdf --template=template.tex --latex-engine=xelatex