From fb5414139bc8379816af2e2a5806020f5960fc93 Mon Sep 17 00:00:00 2001 From: Pelagic Date: Fri, 12 Apr 2024 09:07:15 +0300 Subject: [PATCH] Attempt to fix some README.md rendering issue --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index f537cb1..e85658b 100644 --- a/README.md +++ b/README.md @@ -99,15 +99,16 @@ There are a few reasonable ways of setting it up. # Building -1) After cloning this repository in $gitdir clone the nginx source code in $gitdir/nginx -2) cd $gitdir/nginx + 1) After cloning this repository in $gitdir clone the nginx source code in $gitdir/nginx -3) ./configure --add-dynamic-module=../../nginx-sf-webdav-module/' --with-compat + 2) cd $gitdir/nginx -4) make + 3) ./configure --add-dynamic-module=../../nginx-sf-webdav-module/' --with-compat -5) then the module is in $gitdir/nginx/objs/ngx_http_webdav_module.so + 4) make + + 5) then the module is in $gitdir/nginx/objs/ngx_http_webdav_module.so to compile the module statically just replace --add-dynamic-module with --add-module