Hacker News new | ask | show | jobs
by uvtc 2851 days ago
You'd only need to install Haskell if you wanted to build Pandoc. Pandoc the executable is a binary. I install it on Debian via: `apt install pandoc`.
1 comments

although the version in the default repo is usually quite old. You can grab a binary from https://github.com/jgm/pandoc/releases/latest
Bonus hint: If you somehow aren't able to upgrade the binary (enterprise...), using an up to date template helps a lot (at least for LaTeX).