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

Commit

Permalink
docs: update ipfs-101 example README.md (#2572)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jessicaschilling authored and Alan Shaw committed Nov 5, 2019
1 parent a61d510 commit 607b531
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/ipfs-101/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# IPFS 101, spawn a node and add a file to the IPFS network

> 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).
In this tutorial, we go through spawning an IPFS node, adding a file and cat'ing the file multihash locally and through the gateway.

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`.
Expand Down

0 comments on commit 607b531

Please sign in to comment.