Update README.md
Browse files
README.md
CHANGED
@@ -5,4 +5,10 @@ tags:
|
|
5 |
- code
|
6 |
---
|
7 |
|
8 |
-
# This is what powered almost all of my colab
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
- code
|
6 |
---
|
7 |
|
8 |
+
# This is what powered almost all of my colab
|
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`
|