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

Commit 607b531

Browse files
jessicaschillingAlan Shaw
authored and
Alan Shaw
committed
docs: update ipfs-101 example README.md (#2572)
* Update README.md Added a reciprocal link to the go-ipfs version of this tutorial (the go version links back to this one): https://github.com/ipfs/go-ipfs/blob/master/docs/examples/go-ipfs-as-a-library/README.md * Update examples/ipfs-101/README.md
1 parent a61d510 commit 607b531

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/ipfs-101/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# IPFS 101, spawn a node and add a file to the IPFS network
22

3+
> This tutorial is the sibling of the [go-ipfs "Using go-ipfs as a library" tutorial](https://github.com/ipfs/go-ipfs/tree/master/docs/examples/go-ipfs-as-a-library).
4+
35
In this tutorial, we go through spawning an IPFS node, adding a file and cat'ing the file multihash locally and through the gateway.
46

57
You can find a complete version of this tutorial in [1.js](./1.js). For this tutorial, you need to install `ipfs` using `npm install ipfs`.

0 commit comments

Comments
 (0)