aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-05-15 18:32:01 +0200
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-05-15 18:32:01 +0200
commit24fed41288531bf3bf69657eaf3287ff545d0254 (patch)
tree93d6a4cc96198c3658b676cc1f13c880fd35eec5 /README.md
parent9d6aef34add7a1bf32e754951a3d500721a2e626 (diff)
downloadaerogramme-24fed41288531bf3bf69657eaf3287ff545d0254.tar.gz
aerogramme-24fed41288531bf3bf69657eaf3287ff545d0254.zip
improve doc
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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: