PhyrePanel/README.md
Bozhidar Slaveykov ae940da7d4 update
2023-11-25 21:56:22 +02:00

10 lines
337 B
Markdown

# PhyrePanel
## Introduction
PhyrePanel is a web-based panel for linux. It is written in PHP and uses the Laravel framework.
## Installation
To install PhyrePanel, you need to run this commands:
```
wget https://raw.githubusercontent.com/CloudVisionApps/PhyrePanel/main/installers/install.sh && chmod +x install.sh && ./install.sh
```