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:
parent
724c7deeff
commit
be9551c2a3
1 changed files with 11 additions and 3 deletions
14
README.md
14
README.md
|
@ -45,15 +45,23 @@ The current beta version is 5.rc1 (released November 8th 2023).
|
||||||
|
|
||||||
It is available as a Flatpak on Flathub Beta.
|
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
|
```sh
|
||||||
flatpak remote-add --user --if-not-exists flathub-beta https://flathub.org/beta-repo/flathub-beta.flatpakrepo
|
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
|
```sh
|
||||||
flatpak install --user flathub-beta org.gnome.Fractal
|
flatpak install --user flathub-beta org.gnome.Fractal
|
||||||
|
|
Loading…
Reference in a new issue