diff --git a/README.md b/README.md index 9307d14ad..7672736b8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,9 @@ For ready-to-use binaries, please go to https://delta.chat . Build -------------------------------------------------------------------------------- +After checking out the deltachat-android repository, it may be needed to checkout the submodule deltachat-core explicitly; +type `git submodule update --init --recursive` for this purpose. + Beside a build in Android Studio, you have to call `ndk-build` in the `MessengerProj` directory.