Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed -jar argument in Running Noderunner section
  • Loading branch information
edanuff committed Jul 29, 2013
1 parent 24c3d9b commit 3b4f596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ The "jar" module builds a self-contained JAR that may be used to launch Noderunn
line just like regular Node.js:

mvn install
java jar jar/target/noderunner.X.Y.Z.jar <script name>
java -jar jar/target/noderunner.X.Y.Z.jar <script name>

(and with no arguments it will launch the "repl" but that implementation is not complete)

Expand Down

0 comments on commit 3b4f596

Please sign in to comment.