diff options
| author | Guriy Samarin <[email protected]> | 2022-03-08 20:01:18 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-03-08 09:01:18 -0800 |
| commit | 0adfc6e58e36141a826ea4201ee976675b2dc991 (patch) | |
| tree | 8b3c5287b47d6850a74576728ded7cecd1c58b50 /INSTALL.md | |
| parent | 9b5ec100e5ad0e61f8ffb9003d84701a466a6414 (diff) | |
add reference to install via winget (#7951)
Diffstat (limited to 'INSTALL.md')
| -rw-r--r-- | INSTALL.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index 35151eb02..ca1799dd3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,6 +33,11 @@ without SVG support), [Python] (to use Pandoc filters), and [MiKTeX] (to typeset PDFs with [LaTeX]): choco install rsvg-convert python miktex + +Or, you can install pandoc using +[winget](https://github.com/microsoft/winget-pkgs): + + winget install pandoc Using multiple installation methods can result in two separate installations of pandoc; it is recommended to properly uninstall |
