20 lines
427 B
Markdown
20 lines
427 B
Markdown
# ElixirKoans
|
|
|
|
**TODO: Add description**
|
|
|
|
## Installation
|
|
|
|
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:
|
|
|
|
1. Add elixir_koans to your list of dependencies in `mix.exs`:
|
|
|
|
def deps do
|
|
[{:elixir_koans, "~> 0.0.1"}]
|
|
end
|
|
|
|
2. Ensure elixir_koans is started before your application:
|
|
|
|
def application do
|
|
[applications: [:elixir_koans]]
|
|
end
|