From b5208752dd2cee34576ced5d9908cf85fbcfa1b2 Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:15:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c6e6c94..7ae1b1d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ### How to set it up? - You need GIt, PHP and Apache installed (example for Ubuntu or Debian based) ```bash -apt-get update && apt-get install git php apache2 -y +apt-get update && apt-get install git php php-mail apache2 -y ``` - Clone the repository ```bash