Update README.md
This commit is contained in:
parent
373c9ec639
commit
53ad39572b
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue