Update README with release build instructions

This commit is contained in:
Brian Picciano 2024-01-09 11:24:54 +01:00
parent 7e5aeb5f28
commit 9c6e3c6240

View File

@ -30,6 +30,17 @@ nix build
A statically compiled binary will be placed in the `result` directory.
A full release, which cross-compiles binaries for all supported platforms, can
be generated by doing:
```
nix build '.#release'
```
*NOTE* that cross-compiling will download a separate build environment for each
target platform, which can take up quite a bit of disk space (>10GB).
gigs).
## Configuration
Domani is configured via a YAML file whose path is given on the command-line.