mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-08-25 13:51:15 +00:00
update
This commit is contained in:
@@ -7,20 +7,26 @@ export default function InstallationPage() {
|
||||
|
||||
return (
|
||||
<div className="max-w-4xl 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-2xl sm:text-3xl md:text-4xl font-bold mb-6">Installing ProxMenux</h1>
|
||||
|
||||
<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>
|
||||
<CopyableCode code={installationCode} className="w-full overflow-x-auto" />
|
||||
<h2 className="text-xl sm:text-2xl font-semibold mt-8 mb-4">Installation</h2>
|
||||
<p className="mb-4 text-sm sm:text-base">
|
||||
To install ProxMenux, simply run the following command in your Proxmox server terminal:
|
||||
</p>
|
||||
<div className="w-full overflow-hidden mb-8">
|
||||
<CopyableCode code={installationCode} className="w-full" />
|
||||
</div>
|
||||
|
||||
<h2 className="text-2xl font-semibold mt-8 mb-4">How to Use</h2>
|
||||
<p className="mb-4">
|
||||
<h2 className="text-xl sm:text-2xl font-semibold mt-8 mb-4">How to Use</h2>
|
||||
<p className="mb-4 text-sm sm:text-base">
|
||||
Once installed, launch <strong>ProxMenux</strong> by running:
|
||||
</p>
|
||||
<CopyableCode code="menu" className="w-full overflow-x-auto" />
|
||||
<div className="w-full overflow-hidden mb-8">
|
||||
<CopyableCode code="menu" className="w-full" />
|
||||
</div>
|
||||
|
||||
<h2 className="text-2xl font-semibold mt-8 mb-4">Troubleshooting</h2>
|
||||
<p className="mb-4">
|
||||
<h2 className="text-xl sm:text-2xl font-semibold mt-8 mb-4">Troubleshooting</h2>
|
||||
<p className="mb-4 text-sm sm:text-base">
|
||||
If you encounter any issues during installation or usage, please check the{" "}
|
||||
<a href="https://github.com/MacRimi/ProxMenux/issues" className="text-blue-600 hover:underline">
|
||||
GitHub Issues
|
||||
|
Reference in New Issue
Block a user