From 45b6e4db34d104f7da4fbece85c57c0d70051cf9 Mon Sep 17 00:00:00 2001 From: lytico Date: Thu, 19 Mar 2020 20:27:45 +0100 Subject: [PATCH] Update README.md add `git submodule sync` to compiling instructions as otherwise `git submodule update --init --recursive` fails; see: https://github.com/mono/monodevelop/issues/5045 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)