diff --git a/README.md b/README.md index 27b18e4..de721a1 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,12 @@ cargo install cargo-zigbuild Or build a single target: `cargo xtask package --target windows-aarch64`. +Or (on linux only) you can use the nix shell: + +```bash +cd Acord +nix-shell . --run "acord" +``` ---