aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2021-04-06 12:26:24 -0500
committerluigi1111 <luigi1111w@gmail.com>2021-04-06 12:26:24 -0500
commitf6279a633d4bdf46f81fed835656d3386fb9cade (patch)
treec8be5a6330925b79ac4dc884f31223d961b389d3 /README.md
parentMerge pull request #7646 (diff)
parentreadme: Add note regarding submodule sync and update (diff)
downloadmonero-f6279a633d4bdf46f81fed835656d3386fb9cade.tar.xz
Merge pull request #7650
e7301ef readme: Add note regarding submodule sync and update (George Lee Ge)
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index a10c14f8d..2b52a4032 100644
--- a/README.md
+++ b/README.md
@@ -214,6 +214,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