From 756ed47e30800852790f9c8d5c5fbc3a3de45365 Mon Sep 17 00:00:00 2001 From: Edward Yang Date: Fri, 20 Mar 2015 17:01:13 -0700 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e03d595..25a290b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,15 @@ of human and bot players. ## Instructions -1. coming soon! +1. git clone https://github.com/vampserv/node-poker-stack.git +2. ./npm-install.sh +3. node game-server/app +4. open another terminal window +5. node web-server/app +6. go to http://localhost:3002 to access web client +7. register a new user and login +8. create a game room, join the game, and wait +9. bots will join the game to play ## License