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:
Kevin @ Sesam Solutions 2022-11-18 15:24:42 +01:00 committed by GitHub
parent d2c684d76a
commit f8af3b32b8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">