Skip to content

Commit 4fd011f

Browse files
authored
Update README.md
1 parent 7d859ba commit 4fd011f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Implements UStar (Uniform Standard Tape ARchive) format, introduced by the POSIX
1010
* [Quickstart example](#quickstart-example)
1111
* [Install](#install)
1212
* [License](#license)
13+
* [More](#more)
1314

1415
> Note: This project is in beta stage! Feel free to report any issues you encounter.
1516
@@ -56,3 +57,12 @@ The recommended way to install this library is [through composer](https://getcom
5657
## License
5758

5859
MIT
60+
61+
## More
62+
63+
* If you want to learn more about processing streams of data, refer to the documentation of
64+
the underlying [react/stream](https://github.com/reactphp/stream) component.
65+
66+
* If you want to process compressed tarballs (`.tar.gz` and `.tgz` file extension), you may
67+
want to use [clue/zlib-react](https://github.com/clue/php-zlib-react) on the compressed
68+
input stream before passing the decompressed stream to the tar decoder.

0 commit comments

Comments
 (0)