Skip to content

Commit 1fd2980

Browse files
committed
Add Yeoman installation instructions
1 parent 2e093e2 commit 1fd2980

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,15 @@ $.stellar({
222222

223223
## Package Management
224224

225-
If your project is using [Bower](http://twitter.github.com/bower/), you can install Stellar.js using the following command:
225+
Stellar.js can be installed with the following tools.
226+
227+
### [Yeoman](http://yeoman.io/)
228+
229+
``` bash
230+
$ yeoman install jquery.stellar
231+
```
232+
233+
### [Bower](http://twitter.github.com/bower/)
226234

227235
``` bash
228236
$ bower install jquery.stellar

0 commit comments

Comments
 (0)