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
-```
+
+
+
-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:
+
+
+
+
+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.
-
+
