Update README.md

This commit is contained in:
Medvidek77 2025-04-19 01:05:47 +02:00
parent c7f166e807
commit 64e5d410c2

View file

@ -13,11 +13,19 @@ git clone https://git.medvidek77.tech/Medvidek77/lister.git && cd lister/
zig build
```
* Rename data.json.example to data.json
* (Optional) Add binary file to /usr/bin as root
```
mv data.json.example data.json
cp zig-out/bin/lister /usr/bin
```
* Edit or create new one data.json
* Rename data.json.example to data.json and copy to ~/.config/lister
```
mkdir -d ~/.config/lister/ && cp data.json.example ~/.config/lister/data.json
```
* Edit or create new one data.json in ~./config/lister
* Run
```
lister
```