Update 'BeginnerInfo/Archiving_and_compression.md'

This commit is contained in:
johncena141 2020-11-24 09:44:09 +01:00
parent f1cd6c8dc7
commit 7fd99158a9
1 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
I will be providing some information about archiving here.
# Archiving and compression
- Here are some methods of distributing files.
```sh
zstd [Source File] --ultra -22 -o [Outputfile.zst]
```