Skip to content

Commit

Permalink
Dependencies must be installed at the root first
Browse files Browse the repository at this point in the history
  • Loading branch information
D4nte authored and vasco-santos committed Apr 21, 2021
1 parent 44463b9 commit 5d60bb9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/libp2p-in-the-browser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@ This example leverages the [Parcel.js bundler](https://parceljs.org/) to compile

## Setup

In order to run the example, first install the dependencies from same directory as this README:
In order to run the example:

- Install dependencey at the root of the js-libp2p repository (if not already done),
- then, install the dependencies from same directory as this README:

```
npm install
cd ./examples/libp2p-in-the-browser
npm install
```
Expand Down

0 comments on commit 5d60bb9

Please sign in to comment.