Skip to content

Commit

Permalink
Update pages/linux/flatpak-run.md
Browse files Browse the repository at this point in the history
Co-authored-by: Wiktor Perskawiec <[email protected]>
  • Loading branch information
renner0e and spageektti authored Dec 28, 2024
1 parent 92c01be commit 328b6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/linux/flatpak-run.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

`flatpak run --command={{sh}} {{com.example.app}}`

- Run an installed application with a specific runtime version, e.g. 24.08, master, stable:
- Run an installed application with a specific runtime version:

`flatpak run --runtime-version={{24.08|master|stable}} {{com.example.app}}`
`flatpak run --runtime-version={{24.08|master|stable|...}} {{com.example.app}}`

- Run an installed application with a different runtime (but same version number), e.g. org.freedesktop.Sdk:

Expand Down

0 comments on commit 328b6a7

Please sign in to comment.