Update README how to setup project
This commit is contained in:
@@ -5,6 +5,14 @@ file - this is NO escript release!
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
You must have Zig installed for creating the binary
|
||||||
|
|
||||||
|
```shell
|
||||||
|
asdf plugin-add zig https://github.com/cheetah/asdf-zig.git
|
||||||
|
asdf install zig 0.11.0
|
||||||
|
asdf global zig 0.11.0
|
||||||
|
```
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
mix deps.get
|
mix deps.get
|
||||||
MIX_ENV=prod mix release
|
MIX_ENV=prod mix release
|
||||||
|
|||||||
Reference in New Issue
Block a user