From dc021fe26ea6d415ef2d1917d1bc2e2caf35efd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sat, 13 Jan 2024 14:28:50 +0100 Subject: [PATCH] readme: Use buttons for Flathub Beta too And improve instructions --- README.md | 36 +++++++++++++++++++++++++++--------- 1 file changed, 27 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index b92e6773..ddf1869d 100644 --- a/README.md +++ b/README.md @@ -53,27 +53,45 @@ It is available as a Flatpak on Flathub Beta. To get it, first set up the Flathub Beta remote: -```sh -flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo -``` + +Add Flathub Beta repository + -Or download and install the [Flathub Beta repository file](https://flathub.org/beta-repo/flathub-beta.flatpakrepo). +Then install the application. -Then, install the application: + +Download Fractal Beta + + +Or from the command line: ```sh +# Add the Flathub Beta repo +flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo + +# Install Fractal Beta flatpak install --user flathub-beta org.gnome.Fractal ``` -Or download and install the [application file](https://flathub.org/beta-repo/appstream/org.gnome.Fractal.flatpakref). - Finally, run the application: ```sh flatpak run org.gnome.Fractal//beta ``` -If you want to run the beta version by default instead of the stable version, use this command: +If you have both the stable and beta versions installed, your system will only show one icon in the +apps list and launch the stable version by default. If you want to run the beta version by default, +use this command: ```sh flatpak make-current org.gnome.Fractal beta @@ -89,7 +107,7 @@ in [the gnome-nightly repo](https://nightly.gnome.org/). First, set up the GNOME nightlies. - +