README.md
# NervesHostapd
Manage host interfaces.
## Installation
The package can be installed
by adding `nerves_hostapd` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:nerves_hostapd, "~> 0.1.0"}]
end
```
The docs can be found at [https://hexdocs.pm/nerves_hostapd](https://hexdocs.pm/nerves_hostapd).