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

Commit

Permalink
Merge branch 'master' of github.com:trufflesuite/ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoulter committed Nov 17, 2017
2 parents 35f2d4f + c4beaff commit d07f6e9
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 d07f6e9

Please sign in to comment.