From bef51ce2a8953eb70d2f1f355e7bc5aa0ba08e90 Mon Sep 17 00:00:00 2001 From: Jerko Steiner Date: Sun, 24 Apr 2016 14:48:07 -0400 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index c9b379f..50eb2a6 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,10 @@ WebRTC peer to peer calls for everyone. See it live in action at Work in progress. -# Install & Run -REQUIRES Node.js v5.10.1 [https://nodejs.org/en/](https://nodejs.org/en/) +# Requirements + - Node.js 5 [https://nodejs.org/en/](https://nodejs.org/en/) -Note: You must have node version 5.1xx installed! -If you accidentally entered npm install before upgrading to node version 5.1xx, simply delete the node module folder from your repository, upgrade to your node version, and repeat the npm install step. +# Installation & Running From git source: @@ -22,24 +21,25 @@ npm install npm start ``` -If you successfully completed the above steps, your commandline/terminal should show that your node server is listening. +If you successfully completed the above steps, your commandline/terminal should +show that your node server is listening. On your other machine or mobile device open the url: ```bash http://:3000 ``` -(Note: On Android you may have to select a notification on the pulldown menu to connect if you are using Chrome) -# Running the tests +(Note: On Android you may have to select a notification on the pulldown menu to +connect if you are using Chrome) + +# Testing ```bash npm install npm test ``` -Replace `192.168.0.10` with the LAN IP address of your server. - # Contributing See [Contributing](CONTRIBUTING.md) section.