This commit is contained in:
Medvidek77 2025-04-19 01:13:42 +02:00
commit 43b60801cf

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 -p ~/.config/lister/ && cp data.json.example ~/.config/lister/data.json
```
* Edit or create new one data.json in ~./config/lister
* Run
```
lister
```