diff --git a/README.md b/README.md index a60ed923..50b88333 100644 --- a/README.md +++ b/README.md @@ -217,10 +217,8 @@ the utilities, follow the commands listed below: ```shell $ cd /path/to/your/ModSecurity -$ git submodule foreach git pull -$ cd test -$ ./regression_tests -$ ./unit_tests +$ git submodule update --init --recursive +$ make check ``` ### Debugging diff --git a/configure.ac b/configure.ac index 7a78bb6c..31097b02 100644 --- a/configure.ac +++ b/configure.ac @@ -68,8 +68,7 @@ AC_MSG_ERROR([\ You can download libInjection using git: - $ git submodule init - $ git submodule update + $ git submodule update --init --recursive ]) fi @@ -90,8 +89,7 @@ AC_MSG_ERROR([\ You can download Mbed TLS using git: - $ git submodule init - $ git submodule update + $ git submodule update --init --recursive ]) fi