Update README.md

This commit is contained in:
usagi-flow 2023-05-27 16:36:31 +02:00
parent 5a83d134cd
commit 9e8da4eb74
No known key found for this signature in database
1 changed files with 10 additions and 0 deletions

View File

@ -83,3 +83,13 @@ An easier way, if you have Podman or Docker installed, may be using [cross](http
cargo install cross
cross build --target=arm-unknown-linux-musleabihf
```
### With Nix
With [nix flakes enabled](https://nixos.wiki/wiki/Flakes#Enable_flakes):
```bash
nix build
```
After execution, the resulting executable lies in `result/bin/`.