Update README.md

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

View File

@ -3,9 +3,9 @@
- I built this project to be able to send anonymous emails to the works council within the company. - I built this project to be able to send anonymous emails to the works council within the company.
- The emails go from an anonymous email address to a predefined one. - The emails go from an anonymous email address to a predefined one.
### How to set it up? ### How to set it up?
- You need PHP and Apache installed - You need PHP and Apache installed (example for Ubuntu or Debian based)
```bash ```bash
apt install php apache2 apt-get install php apache2 -y
``` ```
- Clone the repository - Clone the repository
```bash ```bash