Skip to content

Commit

Permalink
chore(README): provide more quick start options
Browse files Browse the repository at this point in the history
  • Loading branch information
doshprompt committed Jun 2, 2014
1 parent 81a2ec6 commit 2369ce6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ The easiest way to install the `ngLocalize` module is via [Bower](http://bower.i
bower install angular-localization --save
```

Two other options are available:

- [Download the latest release](https://github.com/doshprompt/angular-localization/archive/master.zip).
- Clone the repo: `git clone https://github.com/doshprompt/angular-localize.git`.

You can then include `angular-localization` after including its dependencies, [angular](https://github.com/angular/bower-angular) and [angular-cookies](https://github.com/angular/bower-angular-cookies):

```html
Expand Down

0 comments on commit 2369ce6

Please sign in to comment.