Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
FalsePhilosopher committed Sep 28, 2024
1 parent e24add1 commit 5145d1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Infosec-Cheatsheets

If you want to data horde the rabbit hole of knowledge this provides then `git clone --recursive --jobs 8 https://github.com/FalsePhilosopher/Infosec-Cheatsheets` it's about 11.5GB.<br>
To update them all `git pull --recurse-submodules`
To update them all `git submodule update --init --recursive --remote --rebase`

Alternatively for those on restricted data bandwidth and/or data limits, I have provided snapshot releases with a spilt zstd compressed archive that can be downloaded and extracted quickly on all cores providing a significant reduction in bandwidth(11.5GB compressed to 6.7GB) at the expense of temporarily needing an extra 6.7GB of storage(for the split archives to be joined locally before the spit archives are removed) ontop of the 11.5 requiring 18.2GB in total. The split archives can be pulled,reconstructed, and extracted with this one liner.
```
Expand Down

0 comments on commit 5145d1e

Please sign in to comment.