Skip to content

Commit

Permalink
build instructions for mac and win
Browse files Browse the repository at this point in the history
  • Loading branch information
omrirz committed Apr 3, 2020
1 parent 24ae0ad commit 0645ae4
Show file tree
Hide file tree
Showing 3 changed files with 666 additions and 781 deletions.
16 changes: 13 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

## Download

[Mac installer](https://github.com/omrirz/kalk/releases/download/v.0.0.0/kalk-0.0.0.dmg)
[Mac installer](https://github.com/omrirz/kalk/releases/download/v.0.0.1/kalk-0.0.1.dmg)

[Windows installer](https://github.com/omrirz/kalk/releases/download/v.0.0.0/Kalk.Setup.0.0.0.exe)
[Windows installer](https://github.com/omrirz/kalk/releases/download/v.0.0.1/kalk.Setup.0.0.1.exe)

## Usage

Expand All @@ -32,8 +32,18 @@ npm start

## Build

### Mac

```console
npm run dist
npm run dist:mac
```

will create a DMG for mac

### Windows

```console
npm run dist:win
```

will create an installer for windows
Loading

0 comments on commit 0645ae4

Please sign in to comment.