From 597828ca5efce01513a6dbd2bc775214d0ed5fa1 Mon Sep 17 00:00:00 2001 From: Michael Howard Date: Sun, 17 Apr 2016 13:25:20 -0400 Subject: [PATCH] added a few lines to the Readme (#22) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index f0b50dc..a0257f5 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,7 @@ 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/) From git source: @@ -23,6 +24,7 @@ On your other machine or mobile device open the url: ```bash http://192.168.0.10: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