View Source mix pandoc.install (pandoc v0.3.2)
Installs pandoc under _build
.
$ mix pandoc.install
$ mix pandoc.install --if-missing
By default, it installs 3.6.1 but you can configure it in your config files, such as:
config :pandoc, :version, "3.6.1"
Options
--runtime-config
- load the runtime configuration before executing command--if-missing
- install only if the given version does not exist