Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Commit

Permalink
add clarification on available platforms on the host platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Zeug committed Mar 11, 2017
1 parent 9be280e commit bdc4ff8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,16 @@ The generated binaries will be under `dist_mist/release` or `dist_wallet/release

##### platform

To build binaries for specific platforms (default: all) use the following flags:
To build binaries for specific platforms (default: all available) use the following flags:

$ gulp --mac --win --linux
// on mac
$ gulp --win --linux --mac

// on linux
$ gulp --win --linux

// on win
$ gulp --win

##### walletSource

Expand Down

0 comments on commit bdc4ff8

Please sign in to comment.