Packages

A Read-only TFTP Service for Elixir

Current section

Files

Jump to
trivial README.md
Raw

README.md

# Trivial
A Read-only TFTP Service for Elixir
## Installation
[available in Hex](https://hex.pm/packages/trivial), the package can be installed
by adding `trivial` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:trivial, "~> 0.1.0"}
]
end
```
Docs can be found at [https://hexdocs.pm/trivial](https://hexdocs.pm/trivial).