Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaishuu0123 committed Dec 6, 2018
1 parent 9ab8eab commit 6ca0324
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
## How to Use? (Tutorial)

* use node.js

```
$ node bin/dot.js -T svg dot_files/test.dot -o test.svg
```
Expand Down Expand Up @@ -56,6 +55,8 @@ $ pkg package.json --targets (you want to build platform.)
$ pkg package.json --targets node8-linux-x64
# example (for win x64)
$ pkg package.json --targets node8-win-x64
# All targets
$ pkg package.json --targets=linux-x64,linux-x86,macos-x64,win-x64,win-x86
```

## Credits
Expand Down

0 comments on commit 6ca0324

Please sign in to comment.