Skip to content

Commit

Permalink
Add Yeoman installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish committed Sep 20, 2012
1 parent 2e093e2 commit 1fd2980
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1fd2980

Please sign in to comment.