From ceb91fc93597e3e55e8184a815a8f19988d12929 Mon Sep 17 00:00:00 2001 From: Stephen Reilly Date: Thu, 11 Aug 2022 14:32:34 -0400 Subject: [PATCH] fix: update example to reflect proper argument usage The example had a space instead of an equals sign (=) where the table below specifies that the argument should utilize an equals sign (=) for it's key-value flags. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7636ad5482..a2d6205ec9 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ version `node-gyp` should use in one of the following ways: 1. by setting the `--python` command-line option, e.g.: ``` bash -node-gyp --python /path/to/executable/python +node-gyp --python=/path/to/executable/python ``` 2. If `node-gyp` is called by way of `npm`, *and* you have multiple versions of