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

Commit

Permalink
docs: add note about node-pre-gyp to readme.md (#141)
Browse files Browse the repository at this point in the history
- Fixes #140
  • Loading branch information
TimDaub authored Jan 12, 2022
1 parent 720cfad commit ab4cc82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@
> npm install libp2p-webrtc-direct
```

**NOTE:** To run build scripts `node-pre-gyp` is required. You can install it by running `npm install -g node-pre-gyp`.

## Usage

```js
Expand Down

0 comments on commit ab4cc82

Please sign in to comment.