wayfarer/README.md

21 lines
472 B
Markdown
Raw Normal View History

2023-10-14 11:10:56 +13:00
# Wayfarer
2023-10-13 18:46:21 +13:00
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
2023-10-14 11:10:56 +13:00
by adding `wayfarer` to your list of dependencies in `mix.exs`:
2023-10-13 18:46:21 +13:00
```elixir
def deps do
[
2023-10-14 11:10:56 +13:00
{:wayfarer, "~> 0.1.0"}
2023-10-13 18:46:21 +13:00
]
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
2023-10-14 11:10:56 +13:00
be found at <https://hexdocs.pm/wayfarer>.