From 24fed41288531bf3bf69657eaf3287ff545d0254 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 15 May 2023 18:32:01 +0200 Subject: [PATCH] improve doc --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 29b5c75..7f5254d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,15 @@ # Aerogramme - Encrypted e-mail storage over Garage +## Nix builds + +you can cross compile static binaries with: + +```bash +nix build -L .#packages.x86_64-unknown-linux-musl.default # linux/amd64 +nix build -L .#packages.aarch64-unknown-linux-musl.default # linux/arm64 +nix build -L .#packages.armv6l-unknown-linux-musleabihf.default # linux/arm +``` + ## Usage Start by running: