diff --git a/README.md b/README.md index 30e0fa2..9644c7c 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ - 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. ### How to set it up? -- You need PHP and Apache installed +- You need PHP and Apache installed (example for Ubuntu or Debian based) ```bash -apt install php apache2 +apt-get install php apache2 -y ``` - Clone the repository ```bash