flatpak-run: update page (#15375)

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
renner0e
2024-12-29 10:44:32 +01:00
committed by GitHub
parent 3e2e6976d4
commit f35a489441

View File

@@ -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}}`