README.md

# RunletNet

[![Package Version](https://img.shields.io/hexpm/v/runlet_net)](https://hex.pm/packages/runlet_net)
[![Hex Docs](https://img.shields.io/badge/hex-docs)](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
```