aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index 00837e7..620ad31 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,11 @@ Get the code:
git clone --recursive https://git.fluxo.info/rhatto/apps $HOME/apps
+For a _shallow_ clone, which is faster and uses less storage space:
+
+ git clone --recursive --depth 1 --shallow-submodules \
+ https://git.fluxo.info/rhatto/apps $HOME/apps
+
Then check the source integrity of the latest release:
/usr/bin/git -C $HOME/apps verify-commit HEAD