diff --git a/Reference-Manual.mediawiki b/Reference-Manual.mediawiki index 8043d16..e471723 100644 --- a/Reference-Manual.mediawiki +++ b/Reference-Manual.mediawiki @@ -183,7 +183,8 @@ The first step in obtaining nginx server with built-in ModSecurity module is bui 1 - Compile standalone module:
 ~/mod_security$ ./configure --enable-standalone-module
-~/mod_security$ make && make install
+~/mod_security$ make
+~/mod_security$ sudo make install
 
2 - Once the standalone library is built successfully, one can follow with building the nginx server, following the steps from the nginx build tutorial: