From aa139e96183ed0705ebac905e98a7919a697d995 Mon Sep 17 00:00:00 2001 From: Thurloat Date: Fri, 17 Aug 2018 15:37:00 -0300 Subject: [PATCH] s --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4a0438b --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# Edoh + +**TODO: Add description** + +## Installation + +If [available in Hex](https://hex.pm/docs/publish), the package can be installed +by adding `edoh` to your list of dependencies in `mix.exs`: + +```elixir +def deps do + [ + {:edoh, "~> 0.1.0"} + ] +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 +be found at [https://hexdocs.pm/edoh](https://hexdocs.pm/edoh). +