mix mdns_lite.install (mdns_lite v0.9.0)

View Source

Installs mdns_lite in your Nerves project.

Longer explanation of your task

Example

mix mdns_lite.install --hostname my-hostname

Options

  • --hostname my-hostname - Set the initial hostname for the device (will be advertised as "my-hostname.local", defaults to "nerves.local")

Summary

Functions

igniter_nerves(igniter, config_file)

@spec igniter_nerves(Igniter.t(), String.t()) :: Igniter.t()