summaryrefslogtreecommitdiff
path: root/README.md
blob: 18dee7929228385a5bae70b2bf0d498d3d62e022 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# PowerDNSex

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

  1. Add `powerdnsex` to your list of dependencies in `mix.exs`:

    ```elixir
    def deps do
      [{:powerdnsex, "~> 0.1.0"}]
    end
    ```

  2. Ensure `powerdnsex` is started before your application:

    ```elixir
    def application do
      [applications: [:powerdnsex]]
    end
    ```