From b590c59ac685303f2a9138d503953e49ef02a8e2 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 7 Nov 2019 09:36:00 +0100 Subject: [PATCH] readme: improve instructions on how to update the git submodules --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0dc92bf..643a114 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ``` git clone cd -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'". \ No newline at end of file + * In Android Studio select the `persistence-requery` module and then click "Build -> Make Module 'persistence-requery'".