mirror of
https://github.com/podman-desktop/podman-desktop
synced 2026-05-24 10:18:53 +00:00
website: fix Flathub CLI instruction (#864)
Fix Flathub CLI instruction The current format is not correct for installing Podman Desktop, and --user is not recommended Signed-off-by: Kevin @ Sesam Solutions <56027840+KevinAtSesam@users.noreply.github.com> Signed-off-by: Kevin @ Sesam Solutions <56027840+KevinAtSesam@users.noreply.github.com>
This commit is contained in:
parent
d2c684d76a
commit
f8af3b32b8
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ export function LinuxDownloads(): JSX.Element {
|
|||
<div className="dark:bg-zinc-900/50 bg-zinc-300/50 p-1 text-xl dark:text-purple-300 text-purple-700 flex flex-row">
|
||||
<div className="w-72 truncate">
|
||||
<FontAwesomeIcon size="xs" icon={faTerminal} className="mx-2 mt-3" />
|
||||
flatpak install --user flathub io.podman_desktop.PodmanDesktop
|
||||
flatpak install flathub io.podman_desktop.PodmanDesktop
|
||||
</div>
|
||||
<div>
|
||||
<button title="Copy To Clipboard" className="mr-2 p-1">
|
||||
|
|
|
|||
Loading…
Reference in a new issue