Update README.md
Browse files
README.md
CHANGED
@@ -19,7 +19,7 @@ tar -xJf artists.tar.xz
|
|
19 |
# posts.tar.br is compressed with brotli
|
20 |
# --use-compress-program might also works
|
21 |
# please note that the output is near 20GB
|
22 |
-
brotli --decompress --stdout posts.tar.br | tar xf
|
23 |
```
|
24 |
|
25 |
## See also
|
|
|
19 |
# posts.tar.br is compressed with brotli
|
20 |
# --use-compress-program might also works
|
21 |
# please note that the output is near 20GB
|
22 |
+
brotli --decompress --stdout posts.tar.br | tar -xf
|
23 |
```
|
24 |
|
25 |
## See also
|