Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfenjin authored Oct 16, 2021
1 parent b59173f commit 85d61de
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions examples/node/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
# node example

```
# download lib from github
# install dependency
npm install
# run example
# download lib from github
npm download
# run example using downloaded lib
npm run p
# run example and set the ext_path and dict_path
npm run p -- --ext_path=/path/to/libsimple/ --dict_path=/path/to/dict/
# remove build folder
npm run clean
```

0 comments on commit 85d61de

Please sign in to comment.