From 269446b3aa111f76cbd9c6f8f7c2e8478b246713 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Tue, 26 May 2020 18:12:04 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcbe631..1b26baf 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,11 @@ You also need to install [GraphViz](http://www.graphviz.org) ## DOCUMENTATION -Install [node-jake](http://github.com/mde/node-jake) and [dox](http://github.com/visionmedia/dox), then run +To build the documentation: -``` -jake doc && open documentation.html +```bash +npm install -g jake dox +jake doc & open documentation.json ``` ## AUTHORS