From aa45cfcd022e6e500724fa7dad663b3d0eb22cb1 Mon Sep 17 00:00:00 2001 From: Andrew Libby Date: Fri, 11 May 2012 09:19:43 -0400 Subject: [PATCH] Instructions to run --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 707580e..72c5c59 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,13 @@ First crack at some web sockets code with Ruby/ Sinatra/ em-websockets Feel free to use this code according to the MIT license. +Running it +============= + +git@github.com:alibby/ws-chat.git + +bundle + +bundle exec ruby server.rb + +Then visit http://localhost:3000/ with your browser.