docs(default-flatpaks): Strictly specify how to add Fedora flatpak repo

It's easier for the user.
This commit is contained in:
fiftydinar 2024-11-12 17:14:46 +01:00 committed by GitHub
parent 1d7243782a
commit 9368c5dc5e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,7 +20,7 @@ This module stores the Flatpak remote configuration and Flatpak install/remove l
This module also supports disabling & enabling notifications. If not specified in the recipe, notifications are disabled by default.
If you wish to continue the use of Fedora flatpak remote & it's installed apps on booted system, you just need to specify the remote in the recipe (`repo-name` + `repo-url`) & remote + all apps won't be removed (note that only `fedora` remote is supported, while `fedora-testing` isn't). When you do that, you can further customize flatpaks you want to install or remove from Fedora flatpak remote.
If you wish to continue the use of Fedora flatpak remote & it's installed apps on booted system, you just need to specify the remote in the recipe (`repo-name: fedora` + `repo-url: oci+https://registry.fedoraproject.org`) & remote + all apps won't be removed (note that only `fedora` remote is supported, while `fedora-testing` isn't). When you do that, you can further customize flatpaks you want to install or remove from Fedora flatpak remote.
## Local modification