From a903c5a91ebdef5151ab691acfe9f7084008c73b Mon Sep 17 00:00:00 2001 From: MacRimi Date: Tue, 18 Feb 2025 00:31:53 +0100 Subject: [PATCH] update --- web/app/docs/installation/page.tsx | 31 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 17 deletions(-) diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index 7ccc645..e245d04 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -6,27 +6,24 @@ export default function InstallationPage() { const installationCode = `bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"` return ( -
-

Installing ProxMenux

+
+

Installing ProxMenux

-

Installation

-

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

-
- -
+

Installation

+

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

+ -

How to Use

-

+

How to Use

+

Once installed, launch ProxMenux by running:

-
- -
- -

Troubleshooting

-

+ +
+
+
+
+

Troubleshooting

+

If you encounter any issues during installation or usage, please check the{" "} GitHub Issues