diff --git a/README.md b/README.md index 127f8e74444..fa7ffc1f32a 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Compiling If you are building from Git, make sure that you initialize the submodules that are part of this repository by executing: -`git submodule update --init --recursive` +`git submodule sync ; git submodule update --init --recursive` If you are running a parallel mono installation, make sure to run all the following steps while having sourced your mono installation script. (source path/to/my-environment-script)