Skip to content

Commit 5fda221

Browse files
sabiwaradoawoo
authored andcommitted
Make mix release step more noticable
1 parent ea20eb5 commit 5fda221

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,14 @@ You must have the following installed and in your PATH:
159159
end
160160
```
161161

162-
4. To build a release for all the targets defined in your `mix.exs` file: `MIX_ENV=prod mix release`
162+
4. To build a release for all the targets defined in your `mix.exs` file:
163+
164+
```sh
165+
MIX_ENV=prod mix release
166+
```
167+
168+
Per-target binaries are now available in the `burrito_out/` folder.
169+
163170
5. You can also build a single target by setting the `BURRITO_TARGET` environment variable to the alias for that target (e.g. Setting `BURRITO_TARGET=macos` builds only the `macos` target defined above.)
164171

165172
NOTE: In order to speed up iteration times during development, if the Mix environment is not set to `prod`, the binary will always extract its payload, even if that version of the application has already been unpacked on the target machine.

0 commit comments

Comments
 (0)