From 8cccbbc878816ee901e9ef04da360c60e2404173 Mon Sep 17 00:00:00 2001 From: Soeren Date: Mon, 7 Jan 2019 19:19:02 +0100 Subject: [PATCH] docs: add install dependencies --- examples/libp2p-in-the-browser/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/examples/libp2p-in-the-browser/README.md b/examples/libp2p-in-the-browser/README.md index e959c8f7fe..b6ea7d118a 100644 --- a/examples/libp2p-in-the-browser/README.md +++ b/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 # 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