Initial commit
This commit is contained in:
19
README.md
Normal file
19
README.md
Normal file
@@ -0,0 +1,19 @@
|
||||
# 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
|
Reference in New Issue
Block a user