From 1fd298004d23f1f2b5692448780d3d38ff0ee844 Mon Sep 17 00:00:00 2001 From: Mark Dalgleish Date: Thu, 20 Sep 2012 11:12:49 +1000 Subject: [PATCH] Add Yeoman installation instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ed0783..12034de 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,15 @@ $.stellar({ ## Package Management -If your project is using [Bower](http://twitter.github.com/bower/), you can install Stellar.js using the following command: +Stellar.js can be installed with the following tools. + +### [Yeoman](http://yeoman.io/) + +``` bash +$ yeoman install jquery.stellar +``` + +### [Bower](http://twitter.github.com/bower/) ``` bash $ bower install jquery.stellar