@@ -1 +1,9 @@
-# AlphaXPanel
+# AlphaXPanel
+
+## Introduction
+AlphaXPanel is a web-based panel for AlphaX. It is written in PHP and uses the Laravel framework.
+## Installation
+wget https://raw.githubusercontent.com/alphaxcore/alphax/master/installers/install.sh
+chmod +x install.sh
+./install.sh
@@ -1,3 +1,3 @@
<?php
-phpinf();
+phpinfo();
?>