NoCrypt commited on
Commit
5bd55d3
1 Parent(s): 3f2f899

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,6 +9,6 @@ tags:
9
 
10
  Mostly uses LZ4 compression, which means you'll need a specialized program to extract it, especially in windows.
11
 
12
- For Windows users, I recommend using [7zip-zstd](https://github.com/mcmilk/7-Zip-zstd) (it's 7zip but with lz4 support and more)
13
 
14
  For Linux users, use tar with liblz4-tool like this: `tar -xI lz4 -f repo.tar.lz4`
 
9
 
10
  Mostly uses LZ4 compression, which means you'll need a specialized program to extract it, especially in windows.
11
 
12
+ For Windows users, I recommend using [7zip-zstd](https://github.com/mcmilk/7-Zip-zstd/releases/latest) (it's 7zip but with lz4 support and more)
13
 
14
  For Linux users, use tar with liblz4-tool like this: `tar -xI lz4 -f repo.tar.lz4`