mirror of
https://github.com/jsdoc/jsdoc.git
synced 2025-12-08 19:46:11 +00:00
Updated README to include cwd as module arg in the example. [hattip Kristian]
This commit is contained in:
parent
dfd5955719
commit
74c5faa71c
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user