23 lines
308 B
Markdown
23 lines
308 B
Markdown
# Lister
|
|
|
|
*Simple definitions viewer*
|
|
|
|
## Usage
|
|
* Clone repository
|
|
```
|
|
git clone https://git.medvidek77.tech/Medvidek77/lister.git && cd lister/
|
|
```
|
|
|
|
* Compile from source
|
|
```
|
|
zig build
|
|
```
|
|
|
|
* Rename data.json.example to data.json
|
|
```
|
|
mv data.json.example data.json
|
|
```
|
|
|
|
* Edit or create new one data.json
|
|
|
|
|