mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
Clarify the installation steps on linux
Signed-off-by: chrisjsimpson <chris.j.simpson@live.co.uk>
This commit is contained in:
parent
54bb4807d1
commit
ebd657b196
1 changed files with 8 additions and 1 deletions
|
|
@ -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 <name_of_the_flatpak_file>
|
||||
```
|
||||
|
||||
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,
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue