From 7d783ced632c148ad1f38168e1f115cd554a3386 Mon Sep 17 00:00:00 2001 From: Alex Whitman Date: Sat, 17 Aug 2013 12:40:00 +0100 Subject: [PATCH] Add `temp` option to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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] ````