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 | |
| parent | 4834bd8aa005511b28a62ec565506e811b870abc (diff) | |
| parent | e7301ef54a670fff944036fd9d74ce9593c43d91 (diff) | |
| download | monzero-core-f6279a633d4bdf46f81fed835656d3386fb9cade.tar.gz monzero-core-f6279a633d4bdf46f81fed835656d3386fb9cade.tar.xz monzero-core-f6279a633d4bdf46f81fed835656d3386fb9cade.zip | |
Merge pull request #7650
e7301ef readme: Add note regarding submodule sync and update (George Lee Ge)
| -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 |
