Update README.md

This commit is contained in:
hxcde 2023-03-28 13:06:52 +02:00 committed by GitHub
parent a40d703ed6
commit ee228616c7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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