diff options
| author | George Lee Ge <hello@georgeleege.com> | 2021-04-05 22:14:44 +0000 |
|---|---|---|
| committer | selsta <selsta@sent.at> | 2021-04-06 00:16:41 +0200 |
| commit | e7301ef54a670fff944036fd9d74ce9593c43d91 (patch) | |
| tree | 184e5d9666386b1b86b52c40a5a860f2b25a4a27 | |
| parent | a7663f4ba1f78e78e8beea00186be0307d42c260 (diff) | |
| download | monzero-core-e7301ef54a670fff944036fd9d74ce9593c43d91.tar.gz monzero-core-e7301ef54a670fff944036fd9d74ce9593c43d91.tar.xz monzero-core-e7301ef54a670fff944036fd9d74ce9593c43d91.zip | |
readme: Add note regarding submodule sync and update
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
