Skip to content

Commit 85d61de

Browse files
authored
Update README.md
1 parent b59173f commit 85d61de

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

examples/node/README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
# node example
22

33
```
4-
# download lib from github
4+
# install dependency
55
npm install
6-
# run example
6+
# download lib from github
7+
npm download
8+
# run example using downloaded lib
79
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/
812
# remove build folder
913
npm run clean
1014
```

0 commit comments

Comments
 (0)