From d70fa29984c633435955ea8d580dbabbcf4830ff Mon Sep 17 00:00:00 2001 From: Mark Lee Date: Sat, 16 Nov 2019 23:00:16 -0800 Subject: [PATCH] fix: add docs for node-gyp requirements This is really "docs:" but this is supposed to trigger a release for the node-gyp bump. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c102ab..25fb0de 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,10 @@ and then npm run rebuild ``` -### What versions of Node does it work with? - -Node v6.0.0 or higher is required. +### What are the requirements? +Node v6.0.0 or higher is required. Building the extensions use [`node-gyp`](https://github.com/nodejs/node-gyp#installation), +refer to the link for its installation:runtime requirements. ### CLI Arguments