mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-10 05:03:26 +01:00
Merge pull request #7650
e7301ef
readme: Add note regarding submodule sync and update (George Lee Ge)
This commit is contained in:
commit
f6279a633d
@ -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…
Reference in New Issue
Block a user