diff --git a/documentation/src/pages/install/index.tsx b/documentation/src/pages/install/index.tsx index c7dfe50c..71abeef2 100644 --- a/documentation/src/pages/install/index.tsx +++ b/documentation/src/pages/install/index.tsx @@ -79,14 +79,15 @@ const Install: React.FC = () => {

Installation

+

Connect to your server as root via SSH and run the following command:

-
-

Install Command:

+
{generateInstallCommand()}
-
+

Advanced Install Settings:

+

Here you can set what shall be installed and configured when installing OpenPanel:

    {/* Input fields for advanced install settings */} {Object.entries(installOptions).map(([key, value]) => (