Update README.md
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
All checks were successful
Run Unit Tests / build-and-run-unit-tests (push) Successful in 32s
This commit is contained in:
parent
a9864542b3
commit
6cfaf4edd8
1 changed files with 8 additions and 0 deletions
|
@ -8,6 +8,14 @@ A simple HTTP/1.1 server written in C.
|
||||||
-p <port> | --port <port>
|
-p <port> | --port <port>
|
||||||
--config=<config_file>
|
--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
|
## Example
|
||||||
|
|
||||||
# Build the project.
|
# Build the project.
|
||||||
|
|
Loading…
Reference in a new issue