mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-22 00:51:10 +00:00
Update cheatsheets
This commit is contained in:
@@ -19,3 +19,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- 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}}`
|
||||
|
||||
Reference in New Issue
Block a user