From 9c6e3c624038273a9874cfb9899a9c9637d4ea87 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Tue, 9 Jan 2024 11:24:54 +0100 Subject: [PATCH] Update README with release build instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b601869..0a39e5d 100644 --- a/README.md +++ b/README.md @@ -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.