repo: janusweb action: commit revision: path_from: revision_from: 7964af29b8292fbe2fc5bdfbd4b9115e17f4f8c2: path_to: revision_to:
commit 7964af29b8292fbe2fc5bdfbd4b9115e17f4f8c2 Author: James BaicoianuDate: Sun Jan 15 00:40:29 2017 -0800 Add --only=prod arg to documentation diff --git a/README.md b/README.md
--- 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-----