mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 02:35:25 +02:00
flatpak-run: update page (#15375)
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
This commit is contained in:
parent
3e2e6976d4
commit
f35a489441
1 changed files with 8 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue