diff --git a/README.md b/README.md index 37e1bb5e..445470ab 100644 --- a/README.md +++ b/README.md @@ -9,15 +9,16 @@ Install To build the jsdoc jar that runs JSDoc 3, use the ant build tool. - $ cd JSDoc - $ ant + git clone git://github.com/micmath/jsdoc.git jsdoc + cd jsdoc + ant This will create a file name `jsdoc.jar` in the project base directory. To test that the installed app is working, execute the following: - $ java -jar jsdoc.jar --test + java -jar jsdoc.jar --test Usage ----- @@ -25,21 +26,21 @@ Usage This example assumes your working directory is the JSDoc project base directory... - $ java -jar jsdoc.jar yourSourceCodeFile.js + java -jar jsdoc.jar yourSourceCodeFile.js For help regarding the supported commandline options use -h. - $ java -jar jsdoc.jar --help + java -jar jsdoc.jar --help See --- -Project Wiki: +Project Documentation: License ------- -JSDoc 3 is copyright (c) 2010 Michael Mathews +JSDoc 3 is copyright (c) 2011 Michael Mathews See file "LICENSE.md" in this distribution for more details about terms of use. \ No newline at end of file