2020-01-16 18:44:45 +00:00
|
|
|
# Yggtk
|
|
|
|
|
2020-01-21 22:47:18 +00:00
|
|
|
Now support Arch and Debian based Linux (OpenRC and SystemD).
|
|
|
|
|
|
|
|
### Build and run
|
|
|
|
|
|
|
|
```
|
2020-01-24 09:16:34 +00:00
|
|
|
git clone https://git.macaw.me/plant_1312/Yggtk.git && cd Yggtk
|
|
|
|
meson build
|
|
|
|
ninja -C build
|
2020-01-24 13:02:38 +00:00
|
|
|
./build/src/yggtk
|
2020-01-21 22:47:18 +00:00
|
|
|
```
|