1
0
Fork 0
mirror of https://git.wownero.com/wownero/wownero.git synced 2024-08-15 01:03:23 +00:00

readme: Add note regarding submodule sync and update

This commit is contained in:
George Lee Ge 2021-04-05 22:14:44 +00:00 committed by selsta
parent a7663f4ba1
commit e7301ef54a
No known key found for this signature in database
GPG key ID: 2EA0A99A8B07AE5E

View file

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