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:
authorDaniel Lublin <daniel@lublin.se>2023-04-05 08:44:56 +0300
committerDaniel Lublin <daniel@lublin.se>2023-04-05 08:44:56 +0300
commit252f122eeab676707275d098d989e7fc2e2aa2cf (patch)
tree9ff8ad5b1ec44eec43c2cc3eba466337c5db4698
parentd12dae3257a8816fd3912a2d676f2daefe29f3f0 (diff)
doc: add note about submodule
-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