mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-12 07:44:19 -06:00
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:
parent
6706ebcbf2
commit
ad9f2ac98a
@ -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.
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user