diff --git a/README.md b/README.md index a71bec4..77e5f05 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,10 @@ Or git: Usage: nexe -i [sources] -o [binary] 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: "0.8.15"] + -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: "0.8.15"] + -t, --temp The path to store node.js sources [default: /tmp/nexe] ````