floof/README.md

22 lines
501 B
Markdown
Raw Normal View History

2022-11-22 15:41:59 +00:00
# Floof
2022-11-24 18:38:32 +00:00
A simple forwarding + flooding daemon with signature verification
2022-11-22 15:41:59 +00:00
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `floof` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:floof, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at <https://hexdocs.pm/floof>.