From ec495f4b984e7f435d085db6160276ec4cd55970 Mon Sep 17 00:00:00 2001 From: Abhinav Adduri Date: Wed, 24 May 2017 13:21:03 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 252c252e..47ade7cc 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -* To run the code, clone the git repo, cd into the folder, and run npm install. Then, run npm install -g browserify. Then, run npm start. * +* To run the code, clone the git repo, cd into the folder, and run npm install. Then, run npm install -g browserify. Then, run npm start. Steps to start exchanging messages: From d7908c777ba22a85386d4e0c42e01f0d7edd1d3f Mon Sep 17 00:00:00 2001 From: Abhinav Adduri Date: Wed, 24 May 2017 13:23:31 -0700 Subject: [PATCH 2/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 47ade7cc..e18768a7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +* Make sure you have a redis server running: download redis using homebrew: brew install redis +* Start the redis server: redis-server /usr/local/etc/redis.conf * To run the code, clone the git repo, cd into the folder, and run npm install. Then, run npm install -g browserify. Then, run npm start. Steps to start exchanging messages: