From: Silvio Rhatto Date: Fri, 7 Mar 2025 08:43:12 +0000 (-0300) Subject: Fix: docs: README: shallow clone instructions X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=26cda126b51770eee410b2740d92af6c8172b4be;p=rhatto%2Fapps.git Fix: docs: README: shallow clone instructions --- 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