From 646471d5da963db24e2a2f7c936519a29310844e Mon Sep 17 00:00:00 2001 From: hxcde <30338980+hxcde@users.noreply.github.com> Date: Tue, 28 Mar 2023 13:14:20 +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 56c089a..c6e6c94 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 install git php apache2 -y +apt-get update && apt-get install git php apache2 -y ``` - Clone the repository ```bash