diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-03-07 05:43:12 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-03-07 05:43:12 -0300 |
commit | 26cda126b51770eee410b2740d92af6c8172b4be (patch) | |
tree | 306b56727c5e948ee9d7e578702f2fc39a94c442 /README.md | |
parent | bfb6adb88cf6e8a6e6be5391ae17a62bb6260818 (diff) | |
download | apps-26cda126b51770eee410b2740d92af6c8172b4be.tar.gz apps-26cda126b51770eee410b2740d92af6c8172b4be.tar.bz2 |
Fix: docs: README: shallow clone instructions
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |