Merge pull request #7650

e7301ef readme: Add note regarding submodule sync and update (George Lee Ge)
pull/7572/merge
luigi1111 3 years ago
commit f6279a633d
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

@ -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

Loading…
Cancel
Save