Skip to content
This repository was archived by the owner on Apr 24, 2023. It is now read-only.

Commit ab4cc82

Browse files
authored
docs: add note about node-pre-gyp to readme.md (#141)
- Fixes #140
1 parent 720cfad commit ab4cc82

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)