Crosstyan commited on
Commit
a65024b
1 Parent(s): ece657a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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