From 6cfaf4edd828f67a43be66b7956f46af73782493 Mon Sep 17 00:00:00 2001 From: Stephen Seo Date: Fri, 6 Sep 2024 13:16:31 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 71d081a..df844cf 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ A simple HTTP/1.1 server written in C. -p | --port --config= +## 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.