Update README.md

This commit is contained in:
Medvidek77 2025-04-20 17:01:13 +02:00
parent 373c9ec639
commit 53ad39572b

View file

@ -13,6 +13,11 @@ git clone https://git.medvidek77.tech/Medvidek77/lister.git && cd lister/
zig build
```
* For build with zig 0.13.x or older(untested) you can apply patch for build.zig.zon
```
patch build.zig.zon < zig-0.13.0-build.patch
```
* (Optional) Add binary file to /usr/bin as root
```
cp zig-out/bin/lister /usr/bin