Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s

This commit is contained in:
Stephen Seo 2024-09-06 13:16:31 +09:00
parent a9864542b3
commit 6cfaf4edd8

View file

@ -8,6 +8,14 @@ A simple HTTP/1.1 server written in C.
-p <port> | --port <port>
--config=<config_file>
## Before Compiling
Make sure that the git submodule(s) are loaded:
git submodule update --init --recursive --depth=1 --no-single-branch
Without this, the project will fail to build.
## Example
# Build the project.