1
0
Fork 0
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:
renner0e 2024-12-29 10:44:32 +01:00 committed by GitHub
parent 3e2e6976d4
commit f35a489441
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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