diff options
author | luigi1111 <luigi1111w@gmail.com> | 2021-04-06 12:26:24 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2021-04-06 12:26:24 -0500 |
commit | f6279a633d4bdf46f81fed835656d3386fb9cade (patch) | |
tree | c8be5a6330925b79ac4dc884f31223d961b389d3 /README.md | |
parent | Merge pull request #7646 (diff) | |
parent | readme: Add note regarding submodule sync and update (diff) | |
download | monero-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.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |