add small note about how to build for windows

This commit is contained in:
Feross Aboukhadijeh
2016-03-19 03:27:53 -07:00
parent 3b30ce599f
commit 77592cf765

View File

@@ -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)