readme: improve instructions on how to update the git submodules

This commit is contained in:
Florian Schmaus 2019-11-07 09:36:00 +01:00
parent f6b4341a30
commit b590c59ac6
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@
```
git clone <project-url>
cd <project-directory>
git submodule init && git submodule update
git submodule update --init --recursive
gradle assembleDebug
```
@ -21,4 +21,4 @@ gradle assembleDebug
* I want to develop, but lots of `org.jivesoftware.smackx.*` classes cannot be found!
* You forgot to type `git submodule init && git submodule update` as mentioned above
* I'm missing `org.mercury_im.messenger.persistence.requery.*` classes???
* In Android Studio select the `persistence-requery` module and then click "Build -> Make Module 'persistence-requery'".
* In Android Studio select the `persistence-requery` module and then click "Build -> Make Module 'persistence-requery'".