midi_player/README.md

22 lines
516 B
Markdown
Raw Normal View History

2020-10-12 14:17:36 +00:00
# MIDIPlayer
2020-10-10 17:36:07 +00:00
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
2020-10-12 14:17:36 +00:00
by adding `midi_player` to your list of dependencies in `mix.exs`:
2020-10-10 17:36:07 +00:00
```elixir
def deps do
[
2020-10-12 14:17:36 +00:00
{:midi_player, "~> 0.1.0"}
2020-10-10 17:36:07 +00: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
2020-10-12 14:17:36 +00:00
be found at [https://hexdocs.pm/midi_player](https://hexdocs.pm/midi_player).
2020-10-10 17:36:07 +00:00