Update README.md

This commit is contained in:
2025-02-08 23:28:05 +01:00
committed by GitHub
parent 0cf7548f68
commit e48048ed8b

View File

@@ -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