Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 89ca551

Browse files
datafatmungerdaviddias
authored andcommitted
docs: added some small verbage to the README for "Resolve through IPLD graphs" with the dag API related to git (#1253)
1 parent df32ac4 commit 89ca551

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

examples/traverse-ipld-graphs/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ This tutorial goes through several operations over IPLD graphs using the [DAG AP
1818
## [traverse through a slice of the ethereum blockchain](./eth.js)
1919

2020
## [traverse through a git repo](./git.js)
21+
The example objects contained in "git-objects" have already been decompressed with zlib. An example of how to do this:
22+
23+
$ cat .git/objects/7d/df25817f57c2090a9568cdb17106a76dad7d04 | zlib-flate -uncompress > 7ddf25817f57c2090a9568cdb17106a76dad7d04
2124

2225
## Video of the demos
2326

0 commit comments

Comments
 (0)