From f8e4fe7a36a827c5645d1866abfc5f8d065f4822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Tue, 11 Apr 2023 23:12:36 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1753938..59f636b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
### How to set it up? -- You need GIt, PHP and Apache installed (example for Ubuntu or Debian based) +- 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