From ef9169a4340dbca272b4c4202c0e698bf6aeb4fe Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:07:34 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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