We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bde9c8 commit b31690cCopy full SHA for b31690c
examples/libp2p-in-the-browser/README.md
@@ -4,7 +4,15 @@ One of the primary goals with libp2p P2P was to get it fully working in the brow
4
5
# 1. Setting up a simple app that lists connections to other nodes
6
7
-Simple go into the folder [1](./1) and execute the following
+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
16
17
```bash
18
> cd 1
0 commit comments