Skip to content

Commit b31690c

Browse files
nikorjacobheun
authored andcommitted
docs: add install dependencies
1 parent 3bde9c8 commit b31690c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

examples/libp2p-in-the-browser/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@ One of the primary goals with libp2p P2P was to get it fully working in the brow
44

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

7-
Simple go into the folder [1](./1) and execute the following
7+
Start by installing libp2p's dependencies.
8+
9+
```bash
10+
> cd ../../
11+
> npm install
12+
> cd examples/libp2p-in-the-browser
13+
```
14+
15+
Then simply go into the folder [1](./1) and execute the following
816

917
```bash
1018
> cd 1

0 commit comments

Comments
 (0)