From 55e9e01eaba66e748bced4c043fd60fc5d0ffcbd Mon Sep 17 00:00:00 2001 From: airycanon Date: Thu, 24 Aug 2017 11:42:51 +0800 Subject: [PATCH] Update readme. --- README.MD | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index 923dcc9..390f6ab 100644 --- a/README.MD +++ b/README.MD @@ -27,8 +27,13 @@ $ npm run dev ``` Generate the binary: +* For Linux ``` -$ npm run package +$ npm run package-linux +``` +* For Mac +``` +$ npm run package-mac ``` After that, you will see the binary in `./release` folder