diff options
-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 |