From cad149156ee46ec9feb4929dc1ed5d60a4f4f44e Mon Sep 17 00:00:00 2001 From: Tiago Freire Date: Fri, 22 Jul 2016 09:18:21 -0300 Subject: [WIP] Init. --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..08ed556 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +# PowerDNSx + +**TODO: Add description** + +## Installation + +If [available in Hex](https://hex.pm/docs/publish), the package can be installed as: + + 1. Add `powerdnsx` to your list of dependencies in `mix.exs`: + + ```elixir + def deps do + [{:powerdnsx, "~> 0.1.0"}] + end + ``` + + 2. Ensure `powerdnsx` is started before your application: + + ```elixir + def application do + [applications: [:powerdnsx]] + end + ``` + -- cgit v1.2.3