From 63e7a6a012ba0522c4db632da978382886406b81 Mon Sep 17 00:00:00 2001 From: Jeena Date: Mon, 9 Jun 2025 23:35:02 +0900 Subject: [PATCH] Add flatpak reference to readme --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be37fe8..1b531f3 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,20 @@ Recoder is available on the AUR: yay -S recoder ``` -### Other Platforms +### Flatpak -Recoder will be available as a Flatpak in the future. +[Install Recoder Flatpak](https://jeena.github.io/recoder/net.jeena.Recoder.flatpakref) + +After downloading the `net.jeena.Recoder.flatpakref` file, **double-click the file** or **open it with GNOME Software** to start the installation. + +#### Install via Command Line + +If you prefer, run these commands in a terminal: + +```bash +flatpak install --user https://jeena.github.io/recoder/net.jeena.Recoder.flatpakref +flatpak run net.jeena.Recoder +``` ## 📄 License