From ebd657b1967f5e51eb75641b67d92263b913d6db Mon Sep 17 00:00:00 2001 From: chrisjsimpson Date: Sun, 9 Oct 2022 11:18:39 +0100 Subject: [PATCH] Clarify the installation steps on linux Signed-off-by: chrisjsimpson --- website/docs/Installation/linux-install.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/website/docs/Installation/linux-install.md b/website/docs/Installation/linux-install.md index 15b193c8bb6..09f80cd4f22 100644 --- a/website/docs/Installation/linux-install.md +++ b/website/docs/Installation/linux-install.md @@ -24,13 +24,20 @@ Open the Terminal and go to Downloads directory. cd Downloads ``` +> In order to install & start the application, you need to know the Flatpak identifier for the application. In our case, that is `io.podman_desktop.PodmanDesktop` starting 0.0.6 and `com.github.containers.desktop` for previous versions + Run the following command to install the flatpak application, ```sh flatpak install ``` -In order to start the application, you need to know the Flatpak identifier for the application. In our case, that is `io.podman_desktop.PodmanDesktop` starting 0.0.6 and `com.github.containers.desktop` for previous versions +For example: + +```sh +flatpak install io.podman_desktop.PodmanDesktop +``` + Run the following command to start the application,