From e7301ef54a670fff944036fd9d74ce9593c43d91 Mon Sep 17 00:00:00 2001 From: George Lee Ge Date: Mon, 5 Apr 2021 22:14:44 +0000 Subject: [PATCH] readme: Add note regarding submodule sync and update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 22114aa18..e40dd576b 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,10 @@ If you already have a repo cloned, initialize and update: `$ cd monero && git submodule init && git submodule update` +*Note*: If there are submodule differences between branches, you may need +to use ```git submodule sync && git submodule update``` after changing branches +to build successfully. + ### Build instructions Monero uses the CMake build system and a top-level [Makefile](Makefile) that