Skip to content
This repository has been archived by the owner on Feb 26, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Small typo fixes.
  • Loading branch information
tcoulter authored Nov 16, 2017
1 parent 0432707 commit c4beaff
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Requirements:
- `npm v5.3.0`
- `node v8.3.0`

=======
To get started:

0. Clone this repo
Expand Down Expand Up @@ -48,6 +47,8 @@ Because Windows requires a certificate to build the package -- and that certific
$ CERT_PASS="..." npm run build-windows
```

Replace `...` in the command above with your certificate password.

This will create a `.appx` file in `./out/make`.

#### On Mac:
Expand All @@ -62,8 +63,6 @@ $ npm run build-mac

This will create a signed `.dmg` file in `./out/make`.

Replace `...` in the command above with your certificate password.

#### On Linux:

Bulding on Linux will create a `.AppImage` file, meant to run on many versions of Linux.
Expand Down

0 comments on commit c4beaff

Please sign in to comment.