From de9c340b1ca804dc93a3f7b79b1617bf4eef6c96 Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Thu, 18 Mar 2010 02:22:14 -0700 Subject: [PATCH] Readme clarification --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 48bef996..e4e70188 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,13 @@ In the node directory run: On the client side, you should use the [Socket.IO client](https://github.com/RosePad/Socket.IO) to connect. +## Checking out + +After cloning the repository, remember to run + + git submodule init + git submodule update + ## Demo To run the demo, go to `test` directory and run