From 54d759968b9c217c20189d8fb1de83071d203fd5 Mon Sep 17 00:00:00 2001 From: zyphlar Date: Wed, 29 May 2024 11:12:01 -0700 Subject: [PATCH] Update docs/INSTALL.md Co-authored-by: Alexander Borsuk <170263+biodranik@users.noreply.github.com> Signed-off-by: zyphlar --- docs/INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 073e33478f..d67a15cce6 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -72,7 +72,7 @@ If you're only doing a one-off build or your internet bandwidth or disk space is - a `--shallow-submodules` option to _shallow clone_ the submodules (save ~1.3Gb) - this is suitable for a generic development if no work on submodules is planned. -If you mistakenly did a `git clone` without checking out submodules, you can run `git submodule update --init --recursive`. If you want to do so shallowly, you can add `--depth=1` to the update command. +If you mistakenly did a `git clone` without checking out submodules, you can run `git submodule update --init --recursive`. If you don't want to clone complete submodules, you can add `--depth=1` to the update command. To be able to publish the app in stores e.g. in Google Play its necessary to populate some configs with private keys, etc. Check `./configure.sh --help` to see how to copy the configs automatically from a private repository.