From 25868bd93745fe59dc41e639d094c0deb20d9bfe Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:17:01 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7ae1b1d..6342272 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ - You need GIt, PHP and Apache installed (example for Ubuntu or Debian based) ```bash apt-get update && apt-get install git php php-mail apache2 -y +systemctl enable apache2 && systemctl start apache2 ``` - Clone the repository ```bash