Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Update README with new npm run pack commands
Browse files Browse the repository at this point in the history
  • Loading branch information
slaweet committed Oct 26, 2017
1 parent 99584cc commit fccb2bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,26 +58,26 @@ npm run start

### Windows

Build package for Windows.
Build package for Windows (on Windows in [Git BASH](https://git-for-windows.github.io/)).

```
npm run dist:win
npm run pack:win
```

### macOS

Build package for macOS.
Build package for macOS (on macOs)

```
npm run dist:mac
npm run pack
```

### Linux

Build package for Linux.
Build package for Linux (on Linux).

```
npm run dist:linux
npm run pack
```

## Run unit tests
Expand Down

0 comments on commit fccb2bc

Please sign in to comment.