Skip to content

Commit

Permalink
Ready for distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
zcbenz committed Oct 19, 2011
1 parent 3dae588 commit 13f6987
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -53,6 +53,12 @@ Then you can compile and install the module
node-waf configure build install
````

Or simply

````
npm install gui
````

On Windows
----------

Expand Down
3 changes: 3 additions & 0 deletions package.json
Expand Up @@ -6,6 +6,9 @@
, "repository" : { "type" : "git"
, "url" : "https://github.com/zcbenz/node-gui.git" }
, "bugs" : { "web" : "https://github.com/zcbenz/node-gui/issues" }
, "scripts" : { "preinstall" : "node-waf configure",
"install" : "node-waf build install"
}
, "os" : [ "linux"
, "darwin"
, "freebsd"
Expand Down

0 comments on commit 13f6987

Please sign in to comment.