Skip to content

Commit

Permalink
explain premix a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
grzuy committed Feb 28, 2024
1 parent 3b5b818 commit 8e53c11
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,9 @@ can be acomplished by customizing your `mix.exs` a bit, with the following steps
$ mix blend.premix
```

This will generate a `blend/premix.exs` file that needs to be compiled at the top of your `mix.exs` file
so that some mix env vars are properly set based on the `BLEND` env var before running any mix task.

##### 2. Modify your `mix.exs`.

```elixir
Expand Down

0 comments on commit 8e53c11

Please sign in to comment.