From 3869f1e3692cdc68747b93211f4e5d7db295e490 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Fri, 20 Dec 2013 05:19:12 -0800 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developer-Guide.md b/Developer-Guide.md index 0368e1b..921fdbd 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -64,6 +64,8 @@ if you want to run the full integration suite. To get JSDoc from GitHub: $ git clone git://github.com/jsdoc3/jsdoc.git + $ cd jsdoc + $ git checkout v3.2.2 Again, the `jsdoc` executable, located at the root of `jsdoc` repository, should be in your `PATH`.