From: Alexandru Bau Date: Fri, 23 Oct 2015 08:37:51 +0000 (+0300) Subject: Updated docs X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=79e593aca67beea3950852eb101f140972db44b1;p=platform%2Fframework%2Fweb%2Fcrosswalk-tizen.git Updated docs Updated docs to better understand how to use electron-rebuild on Windows --- diff --git a/docs/tutorial/using-native-node-modules.md b/docs/tutorial/using-native-node-modules.md index 491415b..305f30e 100644 --- a/docs/tutorial/using-native-node-modules.md +++ b/docs/tutorial/using-native-node-modules.md @@ -31,8 +31,13 @@ which handles the manual steps of downloading headers and building native module ```sh npm install --save-dev electron-rebuild -# Every time you run npm install, run this +# Every time you run "npm install", run this + +# Linux or Mac node ./node_modules/.bin/electron-rebuild + +# Windows +./node_modules/.bin/electron-rebuild ``` ### The npm Way