diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index 13d7cfe..9bdae0e 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -1,23 +1,21 @@ +import CopyableCode from "@/components/CopyableCode" + 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:

-
-        
-          bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
-        
-      
+

How to Use

Once installed, launch ProxMenux by running:

-
-        menu
-      
+

Troubleshooting