From e48048ed8b54ff80871202d10076ea4d4e291c60 Mon Sep 17 00:00:00 2001 From: Azreyo <58790873+Azreyo@users.noreply.github.com> Date: Sat, 8 Feb 2025 23:28:05 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d21ff1..1940c11 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,11 @@ This is a simple HTTP server for linux operating system written in C. It support ``` 3. **Compile:** - Compile it in raw gcc + ```bash gcc server.c config_parser.c server_config.c -o server -lssl -lcrypto -lpthread -pthread -lcjson -lcjson -I/usr/include/cjson ``` + Compile it in raw gcc ```bash