From 0bfdc4553220060f2272f0c133bd00616e10884c Mon Sep 17 00:00:00 2001 From: ippa Date: Tue, 2 Dec 2014 19:12:06 +0100 Subject: [PATCH] mention bower install in readme --- README.rdoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rdoc b/README.rdoc index 5a84523..155ad1e 100644 --- a/README.rdoc +++ b/README.rdoc @@ -19,6 +19,9 @@ Jaws also: - Often does object literals as arguments for readabillity (ie. new Sprite({image: "player.png", x: 100, y: 100}) - Builds on lessons learned from years of developing http://github.com/ippa/chingu (Ruby game lib) +== Install + $ bower install jaws + == Local build / test npm install npm test