Added instructions to make doc
diff --git a/README.install b/README.install
index 72375d0..9363ba0 100644
--- a/README.install
+++ b/README.install
@@ -26,6 +26,13 @@
The compressed version is what we recommend including in applications.
+DOCUMENTATION
+================
+The documentation is auto-generated using JSDoc. If you don't have JSDoc installed, download and unzip from:
+https://github.com/jsdoc3/jsdoc/archive/master.zip
+
+To make doc, cd to the root directory of ndn-js and run the following command to put the output in subdirectory doc:
+<path-to-jsdoc>/jsdoc --recurse --destination doc js
WEBSOCKETS PROXY
================