Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,14 @@ There are some unresolved questions:
If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

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

```Elixir
def deps do
[{:mix_dia_compiler, "~> 0.1.0"}]
end

```
2. Add `:dia` to compilers:

```Elixir
def application do
compilers: [:dia, :erlang, :elixir, :app],
end
```