update README.md
This commit is contained in:
parent
1253db2d1f
commit
6176bf789d
|
|
@ -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"
|
||||||
|
```
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue