From f12361567cfd4da574dfc046f2ff71cae587ec39 Mon Sep 17 00:00:00 2001 From: Pablu23 <43807157+Pablu23@users.noreply.github.com> Date: Sat, 13 Jul 2024 18:04:23 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c5952f2..ee7cd89 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Http Router which is supposed to be similar to the standard Golang Router ## Dependencies - c++20 +- Linux - make for building - gcc (g++) if using make for build @@ -30,7 +31,7 @@ Todos: - Routing to Tree instead of map - Cmake maybe? - Make redirects available -- Threading +- Add windows support - Stop - React to Method - Implement actual http protocol