From a6ccb4f512f7d0f91840adef9b312832734d9b66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Lemoine?= Date: Wed, 7 May 2014 13:36:11 -0700 Subject: [PATCH] Updated Developer Guide (markdown) --- Developer-Guide.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/Developer-Guide.md b/Developer-Guide.md index ede5c95..a4ac593 100644 --- a/Developer-Guide.md +++ b/Developer-Guide.md @@ -59,22 +59,10 @@ or depending on your OS and Python installation. -To install the Node.js dependences run +To install the Node.js dependencies run $ npm install -Optionally, you can also install JSDoc 3. Installing JSDoc 3 is necessary -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`. - Note: another way to set up your development environment is to use Hadrien Tulipe's [Docker image](https://github.com/htulipe/ol3-docker-env). This will create a virtual Ubuntu machine with all the dependencies installed for you. ## Working with the build tool