Current section

Files

Jump to
sup README.md
Raw

README.md

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