diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index dc15858..099d763 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -7,20 +7,26 @@ export default function InstallationPage() { return (
To install ProxMenux, simply run the following command in your Proxmox server terminal:
-+ To install ProxMenux, simply run the following command in your Proxmox server terminal: +
++
Once installed, launch ProxMenux by running:
-+
If you encounter any issues during installation or usage, please check the{" "}
GitHub Issues
diff --git a/web/components/CopyableCode.tsx b/web/components/CopyableCode.tsx
index 26c939f..255a7fc 100644
--- a/web/components/CopyableCode.tsx
+++ b/web/components/CopyableCode.tsx
@@ -25,16 +25,27 @@ const CopyableCode: React.FC
-
+
+
{decodeURIComponent(code)}