diff --git a/README.md b/README.md index 2b36d5450..3c37b6b78 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,7 @@ Before following any of the instructions below for [building](#building-with-cma sure to properly check out the source code which requires properly initializing submodules: ``` -git submodule init -git submodule update --recursive +git submodule update --init --recursive ``` ## Building with CMake