From 180c8ac31604287e9ecd015f64a5e855d47f1e12 Mon Sep 17 00:00:00 2001 From: Ali Shirvani Date: Tue, 26 Nov 2024 08:20:41 +0330 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c8bedbf..92c20f3 100644 --- a/README.md +++ b/README.md @@ -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 +```