Skip to content
This repository was archived by the owner on Mar 18, 2022. It is now read-only.

Commit df62dfc

Browse files
committed
Updated documentation
1 parent dd67417 commit df62dfc

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ As of now, it can only be used on NW.js.
2020
3. Open the CLI inside the repository and execute `node-gyp rebuild`.
2121

2222
### NW.js
23-
1. Open the CLI inside your NW.js project, and run the included `configure.bat` file to install the addon.
24-
2. Whenever you need to use gca-node, use an alias for require so that other NodeJS tools like webpack do not mistake it as a NodeJS module.
23+
1. Copy the included `configure.bat` to your NW.js project.
24+
2. Open the CLI inside your NW.js project, and run the `configure.bat` file to install the addon.
25+
3. Whenever you need to use gca-node, use an alias for require so that other NodeJS tools like webpack do not mistake it as a NodeJS module.
2526
```
2627
var native_require = eval('require');
2728
gca_node = native_require('gca-node.node')

0 commit comments

Comments
 (0)