Merge pull request #32 from samyakbhuta/master

Installing 'nexe' globally.
This commit is contained in:
Craig Condon
2013-10-14 10:22:52 -07:00
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ Compile javascript **with** node.js. This allows you to move your executable aro
Via NPM:
```bash
npm install nexe
npm install nexe [-g]
```
Or git:
+1
View File
@@ -18,6 +18,7 @@
"mkdirp": "0.3.x",
"sardines": "0.4.x"
},
"preferGlobal": "true",
"bin": {
"nexe": "./bin/nexe"
},