Version bump 0.3.5, update depends

This commit is contained in:
RainbowDashDC
2015-02-14 09:44:49 -08:00
parent e91f5b52af
commit e4155c8fed
3 changed files with 21 additions and 21 deletions
+6 -6
View File
@@ -101,7 +101,7 @@ Via NPM:
Or git:
```bash
git clone
git clone https://github.com/crcn/nexe.git
```
### CLI Usage
@@ -111,11 +111,11 @@ Or git:
Usage: nexe -i [sources] -o [binary] [options]
Options:
-i, --input The entry javascript files [default: cwd]
-o, --output The output binary [default: cwd/release/app.nex]
-r, --runtime The node.js runtime to use [default: "latest"]
-t, --temp The path to store node.js sources [default: cwd/tmp/nexe]
-f, --flags Don't parse node and v8 flags, pass through app flags [default: false]
-i, --input The entry javascript files [default: cwd]
-o, --output The output binary [default: cwd/release/app.nex]
-r, --runtime The node.js runtime to use [default: "latest"]
-t, --temp The path to store node.js sources [default: cwd/tmp/nexe]
-f, --flags Don't parse node and v8 flags, pass through app flags [default: false]
-v, --version Display version number
-p, --python Set path of python to use. [default: "python"]