Browse Source

Update README.md

Bozhidar Slaveykov 1 year ago
parent
commit
92239ba49d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      README.md

+ 3 - 0
README.md

@@ -4,6 +4,9 @@
 AlphaXPanel is a web-based panel for AlphaX. It is written in PHP and uses the Laravel framework.
 
 ## Installation
+To install AlphaXPanel, you need to run this commands:
+```
 wget https://raw.githubusercontent.com/alphaxcore/alphax/master/installers/install.sh
 chmod +x install.sh
 ./install.sh
+```