Skip to content

Commit

Permalink
updating read me
Browse files Browse the repository at this point in the history
  • Loading branch information
siddii committed Dec 12, 2013
1 parent 020e17c commit fc87634
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,20 @@
[![Build Status](https://travis-ci.org/siddii/angular-timer.png)](https://travis-ci.org/siddii/angular-timer)

### Getting Started
## Any of the following option with get you started with this in your project
* Download the latest script file - https://raw.github.com/siddii/angular-timer/master/dist/angular-timer.min.js
* Clone the repo - `git@github.com:siddii/angular-timer.git`
* Install angular-timer using [Bower](http://bower.io)
`bower install angular-timer`

### Running locally
* Using [Grunt](http://gruntjs.com/) type `grunt` from command line, the default task will open up
the index.html page in your default browser
* Using [Grunt](http://gruntjs.com/) type `grunt` from command line, the default task will open index.html page in your
default browser

### Running tests
Following command will run both unit & End-to-End (e2e) tests
```bash
grunt tests
```


0 comments on commit fc87634

Please sign in to comment.