Skip to content

Commit 75ef4f5

Browse files
authored
Merge pull request Kitt-AI#374 from Kitt-AI/devel
Updated README regarding ./node_modules/node-pre-gyp/bin/node-pre-gyp
2 parents bc976c9 + 1950940 commit 75ef4f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Compiling a node addon for Linux and the Raspberry Pi requires the installation
239239
Then to compile the addon run the following from the root of the snowboy repository:
240240

241241
npm install
242-
node-pre-gyp clean configure build
242+
./node_modules/node-pre-gyp/bin/node-pre-gyp clean configure build
243243

244244
## Compile a Java Wrapper
245245

README_ZH_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Snowboy为一下平台编译了node模块:64位Ubuntu,MacOS X和Raspberry Pi
228228
然后编译插件,从snowboy代码库的根目录运行以下内容:
229229

230230
npm install
231-
node-pre-gyp clean configure build
231+
./node_modules/node-pre-gyp/bin/node-pre-gyp clean configure build
232232

233233
## 编译Java Wrapper
234234

0 commit comments

Comments
 (0)