From 77592cf765cd223e0474765b34398cbf2ec16bda Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Sat, 19 Mar 2016 03:27:53 -0700 Subject: [PATCH] add small note about how to build for windows --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4cfea233..dab04124 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,9 @@ $ npm run package -- [platform] Where `[platform]` is `--darwin`, `--linux`, or `--win32`. +To package a Windows app from non-Windows platforms, [Wine](https://www.winehq.org/) needs +to be installed. On OS X, it is installable via [Homebrew](http://brew.sh/). + ### Code Style [![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)