Installs Lightpanda under _build.
$ mix lightpanda.install
$ mix lightpanda.install --if-missing
By default, it installs 0.3.0 but you can configure it in your config files, such as:
config :lightpanda_ex, version: "0.3.0"The binary is downloaded from GitHub releases by default. Configure
:release to "nightly" to track nightly builds, or configure :url
with a custom $version/$target URL template to use a mirror.
Options
* `--runtime-config` - load the runtime configuration
before executing command
* `--if-missing` - install only if the given version
does not exist