Update README.md

This commit is contained in:
hxcde
2023-03-28 13:06:52 +02:00
committed by GitHub
parent a40d703ed6
commit ee228616c7

View File

@@ -5,8 +5,13 @@
### How to set it up?
- You need PHP and Apache installed
```bash
apt install php apache2
```
- Clone the repository
```bash
git clone https://github.com/hxcde/anonmail.git
```
Move the files to webroot
```bash
mv anonmail/* /var/www/html/
```