update README.md

This commit is contained in:
Ahmed Ashraf 2026-05-06 06:29:35 +03:00
parent 1253db2d1f
commit 6176bf789d
1 changed files with 6 additions and 0 deletions

View File

@ -57,6 +57,12 @@ cargo install cargo-zigbuild
Or build a single target: `cargo xtask package --target windows-aarch64`. 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"
```
--- ---