diff --git a/pages/linux/flatpak-run.md b/pages/linux/flatpak-run.md new file mode 100644 index 000000000..04589149f --- /dev/null +++ b/pages/linux/flatpak-run.md @@ -0,0 +1,16 @@ +# flatpak run + +> Run flatpak applications and runtimes. +> More information: . + +- Run an installed application: + +`flatpak run {{com.example.app}}` + +- Run an installed application from a specific branch e.g. stable, beta, master: + +`flatpak run --branch={{stable|beta|master|...}} {{com.example.app}}` + +- Run an interactive shell inside a flatpak: + +`flatpak run --command={{sh}} {{com.example.app}}`