diff --git a/README.md b/README.md index 1f84fe0..d7b6bb7 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,12 @@ cd nginx auto/configure --with-compat ``` +Make sure the SSL module is enabled before compiling. + +``` +auto/configure --with-http_ssl_module +``` + Exit the NGINX directory and clone the `ngx_otel_module` repository. ```bash cd ..