Update README.md

This commit is contained in:
hxcde
2023-03-28 13:14:20 +02:00
committed by GitHub
parent 5d22bb8152
commit 646471d5da

View File

@@ -7,7 +7,7 @@
### How to set it up? ### How to set it up?
- You need GIt, PHP and Apache installed (example for Ubuntu or Debian based) - You need GIt, PHP and Apache installed (example for Ubuntu or Debian based)
```bash ```bash
apt-get install git php apache2 -y apt-get update && apt-get install git php apache2 -y
``` ```
- Clone the repository - Clone the repository
```bash ```bash