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