We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
--save
1 parent 8ec007c commit 2e03939Copy full SHA for 2e03939
1 file changed
README.md
@@ -31,10 +31,10 @@ This project also contains some helper utilities that make addon development a b
31
32
## Usage
33
34
-Simply add **NAN** as a dependency in the *package.json* of your Node addon:
+Simply add **NAN** as a dependency using a package manager like npm, yarn, or bun:
35
36
``` bash
37
-$ npm install --save nan
+$ npm install nan
38
```
39
40
Pull in the path to **NAN** in your *binding.gyp* so that you can use `#include <nan.h>` in your *.cpp* files:
0 commit comments