Merge branch 'main' of https://git.medvidek77.tech/Medvidek77/lister
This commit is contained in:
commit
43b60801cf
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue