summaryrefslogtreecommitdiff
path: root/README.md
blob: 08ed556776a894c0fb459df44865530fb7d88b07 (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
# 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
    ```