diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index f4c2778..799f419 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -6,21 +6,21 @@ export default function InstallationPage() { const installationCode = `bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"` return ( -
To install ProxMenux, simply run the following command in your Proxmox server terminal:
-Once installed, launch ProxMenux by running:
--{decodeURIComponent(code)}
+{decodeURIComponent(code)}