Update README how to setup project

This commit is contained in:
2024-05-20 23:26:47 +02:00
parent 9e5f72efb5
commit d231f265f2

View File

@@ -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