aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2025-03-07 05:43:12 -0300
committerSilvio Rhatto <rhatto@riseup.net>2025-03-07 05:43:12 -0300
commit26cda126b51770eee410b2740d92af6c8172b4be (patch)
tree306b56727c5e948ee9d7e578702f2fc39a94c442
parentbfb6adb88cf6e8a6e6be5391ae17a62bb6260818 (diff)
downloadapps-26cda126b51770eee410b2740d92af6c8172b4be.tar.gz
apps-26cda126b51770eee410b2740d92af6c8172b4be.tar.bz2
Fix: docs: README: shallow clone instructions
-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