Private
Public Access
1
0
Files
Kordophone/gtk/flatpak/README.md

19 lines
287 B
Markdown
Raw Normal View History

2025-12-15 01:02:17 -08:00
# 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
```