Update cheatsheets

This commit is contained in:
ivuorinen
2024-12-30 00:18:23 +00:00
parent 2f5c37424b
commit aa60befad7
7 changed files with 137 additions and 0 deletions

View File

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