Skip to content

Commit 7378cdd

Browse files
authored
Add note about node-pre-gyp to readme.md
- Fixes libp2p#140
1 parent 720cfad commit 7378cdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
> npm install libp2p-webrtc-direct
3535
```
3636

37+
**NOTE:** To run build scripts `node-pre-gyp` is required. You can install it by running `npm install -g node-pre-gyp`.
38+
3739
## Usage
3840

3941
```js

0 commit comments

Comments
 (0)