]> git.seodisparate.com - c_simple_http/commitdiff
Update README.md
authorStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 04:16:31 +0000 (13:16 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Fri, 6 Sep 2024 04:16:31 +0000 (13:16 +0900)
README.md

index 71d081a1b80a4092a3bc3095828e5508ade64fe2..df844cfce49cec98e45cee145c41c6f889328def 100644 (file)
--- a/README.md
+++ b/README.md
@@ -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.