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.
1 parent b59173f commit 85d61deCopy full SHA for 85d61de
examples/node/README.md
@@ -1,10 +1,14 @@
1
# node example
2
3
```
4
-# download lib from github
+# install dependency
5
npm install
6
-# run example
+# download lib from github
7
+npm download
8
+# run example using downloaded lib
9
npm run p
10
+# run example and set the ext_path and dict_path
11
+npm run p -- --ext_path=/path/to/libsimple/ --dict_path=/path/to/dict/
12
# remove build folder
13
npm run clean
14
0 commit comments