mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-06-28 12:16:53 +00:00
Update page.tsx
This commit is contained in:
parent
48f71f0215
commit
4e2274f997
@ -1,23 +1,21 @@
|
|||||||
|
import CopyableCode from "@/components/CopyableCode"
|
||||||
|
|
||||||
export default function InstallationPage() {
|
export default function InstallationPage() {
|
||||||
|
const installationCode = `bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"`
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8 text-gray-900">
|
<div className="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8 py-8 text-gray-900">
|
||||||
<h1 className="text-3xl sm:text-4xl font-bold mb-6">Installing ProxMenux</h1>
|
<h1 className="text-3xl sm:text-4xl font-bold mb-6">Installing ProxMenux</h1>
|
||||||
|
|
||||||
<h2 className="text-2xl font-semibold mt-8 mb-4">Installation</h2>
|
<h2 className="text-2xl font-semibold mt-8 mb-4">Installation</h2>
|
||||||
<p className="mb-4">To install ProxMenux, simply run the following command in your Proxmox server terminal:</p>
|
<p className="mb-4">To install ProxMenux, simply run the following command in your Proxmox server terminal:</p>
|
||||||
<pre className="bg-gray-100 p-4 rounded-md overflow-x-auto text-sm">
|
<CopyableCode code={installationCode} />
|
||||||
<code>
|
|
||||||
bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
|
|
||||||
</code>
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
<h2 className="text-2xl font-semibold mt-8 mb-4">How to Use</h2>
|
<h2 className="text-2xl font-semibold mt-8 mb-4">How to Use</h2>
|
||||||
<p className="mb-4">
|
<p className="mb-4">
|
||||||
Once installed, launch <strong>ProxMenux</strong> by running:
|
Once installed, launch <strong>ProxMenux</strong> by running:
|
||||||
</p>
|
</p>
|
||||||
<pre className="bg-gray-100 p-4 rounded-md overflow-x-auto text-sm">
|
<CopyableCode code="menu" />
|
||||||
<code>menu</code>
|
|
||||||
</pre>
|
|
||||||
|
|
||||||
<h2 className="text-2xl font-semibold mt-8 mb-4">Troubleshooting</h2>
|
<h2 className="text-2xl font-semibold mt-8 mb-4">Troubleshooting</h2>
|
||||||
<p className="mb-4">
|
<p className="mb-4">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user