docs: Simplify and fix latest Flatpak docs.

The current commands are broken because it adds a system wide repo then tries to install as a user. This just combines them into one command which is all thats needed.
This commit is contained in:
TingPing 2018-11-24 09:52:03 -05:00 committed by Bradley Sepos
parent 6706ebcbf2
commit ad9f2ac98a
No known key found for this signature in database
GPG Key ID: DEADE2F57D42D9C7

View File

@ -100,13 +100,9 @@ Run `ghb` to launch HandBrake's graphical user interface. You may wish to right-
Install your distribution's `flatpak` package before running the following commands. Install your distribution's `flatpak` package before running the following commands.
From the command line, install the Flathub repostitory.
flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
Install the latest HandBrake release from Flathub. Install the latest HandBrake release from Flathub.
flatpak --user install flathub fr.handbrake.ghb flatpak --user install https://flathub.org/repo/appstream/fr.handbrake.ghb.flatpakref
You can later update the HandBrake Flatpak to the latest release on Flathub by running the following. You can later update the HandBrake Flatpak to the latest release on Flathub by running the following.