Private
Public Access
1
0
Files
Kordophone/gtk/flatpak/README.md
2025-12-15 01:02:17 -08:00

19 lines
287 B
Markdown

# Flatpak (GTK client)
This builds the GTK client as a Flatpak **assuming `kordophoned` is installed on the host**
and reachable on the **session bus** as `net.buzzert.kordophonecd`.
## Build
```bash
cd gtk
make flatpak
```
## Install (user)
```bash
cd gtk
make flatpak-install
```