From 51879ed636f9fe17423fd3aa7bf458fa16c708fe Mon Sep 17 00:00:00 2001 From: Craig Condon Date: Sat, 26 Nov 2011 17:01:47 -0600 Subject: [PATCH] updated readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 2619988..21fd3b9 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Compile javascript **with** node.js. This allows you to move your executable aro ## Requirements -- Linux / Mac +- Linux / Mac (windows soon) ## Installation @@ -29,13 +29,13 @@ Or git: ````text -Commands: - -i the input javascript files - -o the output executable - --runtime the runtime version of node.js to compile with +Usage: nexe -i [sources] -o [binary] + +Options: + -i, --input The entry javascript files [required] + -o, --output The output binary [required] + -r, --runtime The node.js runtime to use [default: "0.6.3"] -Examples: - -i input.js -o my-binary --runtime=0.6.2 compile javascript file with node ````