From 2580b9139e81935fca9189ce36e5997b89f3ee1a Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Sat, 27 Jan 2018 19:04:37 +0100 Subject: [PATCH] Update `--nodedir` description in README. The description erroneously stated that it should point the node binary. It needs to point to the node source code. PR-URL: https://github.com/nodejs/node-gyp/pull/1372 Reviewed-By: Joyee Cheung Reviewed-By: Richard Lau --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c9a9cf418..cd8e4dceba 100644 --- a/README.md +++ b/README.md @@ -203,7 +203,7 @@ Command Options | `--dist-url=$url` | Download header tarball from custom URL | `--proxy=$url` | Set HTTP proxy for downloading header tarball | `--cafile=$cafile` | Override default CA chain (to download tarball) -| `--nodedir=$path` | Set the path to the node binary +| `--nodedir=$path` | Set the path to the node source code | `--python=$path` | Set path to the python (2) binary | `--msvs_version=$version` | Set Visual Studio version (win) | `--solution=$solution` | Set Visual Studio Solution version (win)