From dd8ed771537ba65c69144f8d73a343c190e42430 Mon Sep 17 00:00:00 2001 From: grunjol Date: Tue, 29 Mar 2016 00:56:42 -0300 Subject: [PATCH] add package invocation change for deb/zip package --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8b1e53b6..146a4337 100644 --- a/README.md +++ b/README.md @@ -50,10 +50,12 @@ $ npm run package To build for one platform: ``` -$ npm run package -- [platform] +$ npm run package -- [platform] [package-type] ``` -Where `[platform]` is `darwin`, `linux`, or `win32`. +Where `[platform]` is `darwin`, `linux`, or `win32` + +and `[package-type]` is `all` (default), `deb` or `zip` (`linux` platform only) #### Windows build notes @@ -75,4 +77,3 @@ brew install wine ## License MIT. Copyright (c) [Feross Aboukhadijeh](http://feross.org). -