repo: janusweb
action: commit
revision: 
path_from: 
revision_from: bfd670705becd444c3fc894a06b8f01adfa8bf11:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit bfd670705becd444c3fc894a06b8f01adfa8bf11
Author: James Baicoianu 
Date:   Fri Jan 13 17:01:02 2017 -0800

    Added installation instructions

diff --git a/README b/README
index cac9f57c81f9c85a99c0dc173fc2c016eb56db83..
index ..41d13ada391c1c6a45ee7e2124798544471b9781 100644
--- a/README
+++ b/README
@@ -12,3 +12,20 @@ Features
 - Gamepad support via the HTML5 Gamepad API
 - Rendering functionality provided by Three.js / WebGL
 - Oculus Rift, Vive, and Cardboard support via WebVR API
+
+Installing
+==========
+To build JanusWeb, run the following commands:
+
+```bash
+$ git clone https://github.com/jbaicoianu/janusweb
+$ cd janusweb
+$ npm install
+$ npm run build
+```
+
+This will give you a full build of the latest verson of JanusWeb in your `build/` 
+directory.  This directory can be hosted anywhere you would normally host static 
+HTML, and you can place your default `````` within this file.
+
+See [JanusVR Markup Documentation](http://janusvr.com/guide/markuplanguage/index.html) for a full reference of supported markup.

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