flatpak-run: update page (#15375)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
@@ -14,3 +14,11 @@
|
|||||||
- Run an interactive shell inside a flatpak:
|
- Run an interactive shell inside a flatpak:
|
||||||
|
|
||||||
`flatpak run --command={{sh}} {{com.example.app}}`
|
`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}}`
|
||||||
|
Reference in New Issue
Block a user