From ead9c6a1191df7a82b17a48bdd98c94864d3081c Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 11:16:10 +0100 Subject: [PATCH] update --- web/app/docs/installation/page.tsx | 11 +++++------ web/components/CopyableCode.tsx | 11 ++++------- 2 files changed, 9 insertions(+), 13 deletions(-) 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 ( -
+

Installing ProxMenux

Installation

To install ProxMenux, simply run the following command in your Proxmox server terminal:

-
- +
+

How to Use

Once installed, launch ProxMenux by running:

-
- +
+

Troubleshooting

@@ -34,4 +34,3 @@ export default function InstallationPage() {
) } - diff --git a/web/components/CopyableCode.tsx b/web/components/CopyableCode.tsx index 74f940d..c20bb4c 100644 --- a/web/components/CopyableCode.tsx +++ b/web/components/CopyableCode.tsx @@ -1,5 +1,3 @@ - - "use client" import type React from "react" @@ -30,13 +28,14 @@ const CopyableCode: React.FC = ({ code, language, className }
-        {decodeURIComponent(code)}
+        {decodeURIComponent(code)}