repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 7964af29b8292fbe2fc5bdfbd4b9115e17f4f8c2:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 7964af29b8292fbe2fc5bdfbd4b9115e17f4f8c2
Author: James Baicoianu 
Date:   Sun Jan 15 00:40:29 2017 -0800

    Add --only=prod arg to documentation

diff --git a/README.md b/README.md
index 380e694144013489fa714b2e8913cd8fa7a154de..
index ..f98377e7d9d89702112ceb7895431c18934d94e4 100644
--- a/README.md
+++ b/README.md
@@ -76,15 +76,13 @@ following steps:
 ```bash
 $ git clone https://github.com/jbaicoianu/janusweb
 $ cd janusweb
-$ npm install
+$ npm install --only=prod
 $ npm run build
 ```

 This will give you a full build of the latest verson of JanusWeb in your `build/` directory.  You 
 can then modify `build/index.html` however you see fit, and host it as suggested above.

-NOTE - if you see errors relating to node-canvas, make sure your system has `libgif-dev` installed.
-
 ## Arguments
 JanusWeb supports several arguments at initialization time to control how it behaves.

-----END OF PAGE-----