From 8675383c0d3b563714dd2fb0a75e627e91419a0b Mon Sep 17 00:00:00 2001 From: Chaim Sanders Date: Tue, 1 Sep 2015 12:15:45 -0400 Subject: [PATCH] Updated build instructions for Fedora --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index ea5e560f..1c601c18 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,7 @@ $ cd /opt/ $ wget http://nginx.org/download/nginx-1.9.2.tar.gz $ tar -xvzf nginx-1.9.2.tar.gz $ yum install zlib-devel -$ ./configure --add-module=/opt/ModSecurity-nginx -``` +$ ./configure --add-module=/opt/ModSecurity-nginx``` On unix the project uses autotools to help the compilation process.