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.