From 2ce46e1f43c8ce97e7c2444d72755791586cb23c Mon Sep 17 00:00:00 2001 From: logsol Date: Sun, 1 Jul 2012 15:21:28 +0200 Subject: [PATCH] added how to run info --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6167d5c..3bd042d 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,14 @@ chuck.js Physical JavaScript Action Browser (possibly Multiplayer) Game - it will be awesome! -Try out the latest version here: http://chuck.fuuuuu.de +How to run: -This game is licensed under the GPLv3 licence http://www.gnu.org/licenses/gpl-3.0.html +* git clone https://github.com/logsol/chuck.js.git +* npm install +* node server.js + +Open in browser http://localhost:1234 + + + +This game is licensed under the GPLv3 licence http://www.gnu.org/licenses/gpl-3.0.html \ No newline at end of file