From 3ea1a195ec04d0be2da8abe6d543a553764e5d5c Mon Sep 17 00:00:00 2001 From: JBG Date: Wed, 7 Mar 2018 20:19:47 +0100 Subject: [PATCH] added some small verbage to the README for "Resolve through IPLD graphs" with the dag API related to git --- examples/traverse-ipld-graphs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/traverse-ipld-graphs/README.md b/examples/traverse-ipld-graphs/README.md index 3cbba0849c..a460caff2a 100644 --- a/examples/traverse-ipld-graphs/README.md +++ b/examples/traverse-ipld-graphs/README.md @@ -18,6 +18,9 @@ This tutorial goes through several operations over IPLD graphs using the [DAG AP ## [traverse through a slice of the ethereum blockchain](./eth.js) ## [traverse through a git repo](./git.js) +The example objects contained in "git-objects" have already been decompressed with zlib. An example of how to do this: + + $ cat .git/objects/7d/df25817f57c2090a9568cdb17106a76dad7d04 | zlib-flate -uncompress > 7ddf25817f57c2090a9568cdb17106a76dad7d04 ## Video of the demos