Bozhidar Slaveykov преди 1 година
родител
ревизия
e65cdab27a
променени са 2 файла, в които са добавени 10 реда и са изтрити 2 реда
  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();
 ?>