From fc1094cfb205d41ee81378c472bfd7280fd6fe71 Mon Sep 17 00:00:00 2001 From: Michael Mathews Date: Sat, 18 Jun 2011 10:13:44 +0100 Subject: [PATCH] Updated README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9e924b7c..de5c85fe 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Download a copy of JSDoc 3 from the official Git Hub repository here: To test that jsdoc is working, change your working directory to the jsdoc folder and run the following command: - java -classpath js.jar org.mozilla.javascript.tools.shell.Main jsdoc.js -T + java -cp lib/js.jar org.mozilla.javascript.tools.shell.Main jsdoc.js -T If you are operating on a Mac OSX or *nix platform, you can shorten that command to this: