Update README.md

This commit is contained in:
hxcde 2023-03-28 13:17:01 +02:00 committed by GitHub
parent b5208752dd
commit 25868bd937
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@
- You need GIt, PHP and Apache installed (example for Ubuntu or Debian based)
```bash
apt-get update && apt-get install git php php-mail apache2 -y
systemctl enable apache2 && systemctl start apache2
```
- Clone the repository
```bash