Skip to content

Commit

Permalink
docs: fix readme premix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Jul 10, 2024
1 parent 58262bc commit f8316b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,9 @@ so that some mix env vars are properly set based on the `BLEND` env var before r
```diff
# mix.exs

+Code.compile_file("blend/premix.exs")
+if File.exists?("blend/premix.exs") do
+ Code.compile_file("blend/premix.exs")
+end

defmodule YourApp.MixProject do
...
Expand Down

0 comments on commit f8316b2

Please sign in to comment.