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();
 ?>