Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
airycanon committed Aug 24, 2017
1 parent 2a04472 commit 55e9e01
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,13 @@ $ npm run dev
```

Generate the binary:
* For Linux
```
$ npm run package
$ npm run package-linux
```
* For Mac
```
$ npm run package-mac
```
After that, you will see the binary in `./release` folder

Expand Down

0 comments on commit 55e9e01

Please sign in to comment.