From: Stephen Seo Date: Fri, 6 Sep 2024 04:16:31 +0000 (+0900) Subject: Update README.md X-Git-Tag: 1.0~71 X-Git-Url: https://git.seodisparate.com/stephenseo/css/fontawesome.min.css?a=commitdiff_plain;h=6cfaf4edd828f67a43be66b7956f46af73782493;p=c_simple_http Update README.md --- 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.