README.md
# RunletNet
[](https://hex.pm/packages/runlet_net)
[](https://hexdocs.pm/runlet_net/)
Miscellaneous network related commands for
[runlets](https://github.com/msantos/runlet).
## Installation
Add `runlet_net` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[{:runlet_net, "https://github.com/msantos/runlet_net.git"}]
end
```