Skip to content

Commit

Permalink
(docs): Add jspm and cdn to 'get started' section
Browse files Browse the repository at this point in the history
  • Loading branch information
timkindberg committed Apr 16, 2015
1 parent b1ebd26 commit b6682d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ Check out the sample app: http://angular-ui.github.io/ui-router/sample/
**(1)** Get UI-Router in one of the following ways:
- clone & [build](CONTRIBUTING.md#developing) this repository
- [download the release](http://angular-ui.github.io/ui-router/release/angular-ui-router.js) (or [minified](http://angular-ui.github.io/ui-router/release/angular-ui-router.min.js))
- via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
- [link to cdn](http://cdnjs.com/libraries/angular-ui-router)
- via **[jspm](jspm.io)**: by running `$ jspm install angular-ui-router` from your console
- or via **[npm](https://www.npmjs.org/)**: by running `$ npm install angular-ui-router` from your console
- or via **[Bower](http://bower.io/)**: by running `$ bower install angular-ui-router` from your console
- or via **[Component](https://github.com/component/component)**: by running `$ component install angular-ui/ui-router` from your console

**(2)** Include `angular-ui-router.js` (or `angular-ui-router.min.js`) in your `index.html`, after including Angular itself (For Component users: ignore this step)
Expand Down

0 comments on commit b6682d9

Please sign in to comment.