Updated README to include cwd as module arg in the example. [hattip Kristian]

This commit is contained in:
Michael Mathews 2012-04-04 07:44:27 +01:00
parent dfd5955719
commit 74c5faa71c

View File

@ -20,7 +20,7 @@ To test that jsdoc is working, change your working directory to the jsdoc folder
and run the following command:
java -cp lib/js.jar org.mozilla.javascript.tools.shell.Main \
-modules node_modules -modules rhino_modules \
-modules node_modules -modules rhino_modules -modules . \
jsdoc.js -T
If you are operating on a Mac OSX or *nix platform, you can shorten that command