Skip to content

Commit

Permalink
docs: add install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nikor authored and jacobheun committed Jan 7, 2019
1 parent 3bde9c8 commit b31690c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion examples/libp2p-in-the-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,15 @@ One of the primary goals with libp2p P2P was to get it fully working in the brow

# 1. Setting up a simple app that lists connections to other nodes

Simple go into the folder [1](./1) and execute the following
Start by installing libp2p's dependencies.

```bash
> cd ../../
> npm install
> cd examples/libp2p-in-the-browser
```

Then simply go into the folder [1](./1) and execute the following

```bash
> cd 1
Expand Down

0 comments on commit b31690c

Please sign in to comment.