Update the beta installation instructions

The instructions in the README assumed that the Flathub base/default
repository is configured. However, when this is not the case, installing
Fractal from Flathub Beta fails because it tries to pull the GNOME
runtime from Flathub base/default.
This adds instructions to install the Flathub base/default repository,
which is harmless if it is already there.
This commit is contained in:
Paul van Tilburg 2023-11-15 20:52:01 +01:00
parent 724c7deeff
commit be9551c2a3
No known key found for this signature in database
GPG Key ID: C6DE073EDA9EEC4D
1 changed files with 11 additions and 3 deletions

View File

@ -45,15 +45,23 @@ The current beta version is 5.rc1 (released November 8th 2023).
It is available as a Flatpak on Flathub Beta.
To get it, first set up the Flatpak remote:
To get it, first ensure that the Flathub remote is present to provide the necessary runtimes:
```sh
flatpak remote-add --user --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
```
Or download and install the [Flathub repository file](https://dl.flathub.org/repo/flathub.flatpakrepo)
Then, set up the Flathub Beta remote:
```sh
flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
```
Or download and install the [repository file](https://flathub.org/beta-repo/flathub-beta.flatpakrepo).
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:
```sh
flatpak install --user flathub-beta org.gnome.Fractal