Bozhidar Slaveykov 1 rok temu
rodzic
commit
e65cdab27a
2 zmienionych plików z 10 dodań i 2 usunięć
  1. 9 1
      README.md
  2. 1 1
      web/index.php

+ 9 - 1
README.md

@@ -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 - 1
web/index.php

@@ -1,3 +1,3 @@
 <?php
-phpinf();
+phpinfo();
 ?>