diff --git a/pages/linux/flatpak-run.md b/pages/linux/flatpak-run.md index 04589149fc..ec2494ae6b 100644 --- a/pages/linux/flatpak-run.md +++ b/pages/linux/flatpak-run.md @@ -14,3 +14,11 @@ - Run an interactive shell inside a flatpak: `flatpak run --command={{sh}} {{com.example.app}}` + +- Run an installed application with a specific runtime version: + +`flatpak run --runtime-version={{24.08|master|stable|...}} {{com.example.app}}` + +- Run an installed application with a different runtime (but same version number): + +`flatpak run --runtime={{org.freedesktop.Sdk}} {{com.example.app}}`