diff options
author | Miodrag Milić <miodrag.milic@gmail.com> | 2018-08-18 18:20:51 +0200 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-08-18 09:20:51 -0700 |
commit | cc4753367c503777339eaf889a0aaf514d1ec427 (patch) | |
tree | b3683c76e636aabe843dc3bd2c3f5c41c3ee7eeb | |
parent | bebfda62dcc90db9e7866c4b8e3709873dcf80ac (diff) | |
download | pandoc-cc4753367c503777339eaf889a0aaf514d1ec427.tar.gz |
Added chocolatey installation method (#4844)
-rw-r--r-- | INSTALL.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index e68565fa6..568e2ea8a 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -11,6 +11,9 @@ a zip file that contains pandoc's binaries and documentation. Simply unzip this file and move the binaries to a directory of your choice. + + - Alternatively, you can install pandoc using + [chocolatey](https://chocolatey.org): `choco install pandoc`. - For PDF output, you'll also need to install LaTeX. We recommend [MiKTeX](http://miktex.org/). |