From 0758c13de2da94b1b064fb47c309df11c458368d Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:02:30 +0200 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b90460..c5952f2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Http Router which is supposed to be similar to the standard Golang Router ## Dependencies -c++20 -make for building +- c++20 +- make for building +- gcc (g++) if using make for build ## How to build Run Example server implemented in main.cpp