Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/mumla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 40eedf8..85dbf48 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,14 @@ If you want to help out translating Mumla, the project is [on
Weblate](https://hosted.weblate.org/engage/mumla/) -- thanks for gratis hosting
of our libre project!
+## Repository submodules
+
+Note that this Mumla git repository has submodule(s). You either need to clone
+it using `git clone --recursive`, or you need to get the submodule(s) in place
+after cloning:
+
+ git submodule update --init --recursive
+
## Building on GNU/Linux
TODO: Building is only verified to work using JDK 11. So you typically want