add note about gzip

This commit is contained in:
Max Ogden 2015-05-14 17:03:41 -07:00
parent 30869e3256
commit 1276ebc08d

View file

@ -2,6 +2,8 @@
tar-stream is a streaming tar parser and generator and nothing else. It is streams2 and operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Note that you still need to gunzip your data if you have a `.tar.gz`. We recommend using [gunzip-maybe](https://github.com/mafintosh/gunzip-maybe) in conjunction with this.
```
npm install tar-stream
```