From: Stephen Seo Date: Wed, 30 Oct 2024 06:41:56 +0000 (+0900) Subject: Update README.md X-Git-Tag: 1.0~12 X-Git-Url: https://git.seodisparate.com/stephenseo/static/annotated.html?a=commitdiff_plain;h=d999ec059e1fc8b179c6e4a9865cf732fbb48995;p=c_simple_http Update README.md --- diff --git a/README.md b/README.md index a1df7c8..a7cb7af 100644 --- a/README.md +++ b/README.md @@ -35,9 +35,9 @@ Without this, the project will fail to build. # Run it with the example config. # Note that the example config was designed such that it must be referred # to from its parent directory. - ./c_simple_http --config=example_config/example.config + ./c_simple_http --config=example_config/example.config --enable-static-dir=example_static_dir # If built with cmake: - ./buildDebug/c_simple_http --config=example_config/example.config + ./buildDebug/c_simple_http --config=example_config/example.config --enable-static-dir=example_static_dir # If port is not specified, the server picks a random port. # This program should print which TCP port it is listening on.