Skip to content

Commit acf8c75

Browse files
committed
add some installation instructions
1 parent 837ca8b commit acf8c75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,17 @@ Slider directive implementation for AngularJS, without any dependencies.
1212
## Reporting issues
1313
Make sure the report is accompanied by a reproducible demo. The ideal demo is created by forking [our standard jsFiddle](http://jsfiddle.net/1ruqgnhk/), adding your own code and stripping it down to an absolute minimum needed to demonstrate the bug.
1414

15+
## Installation
16+
17+
### Bower
18+
```
19+
$ brew install --save angularjs-slider
20+
```
21+
22+
### Module
23+
```javascript
24+
angular.module('', ['rzModule']);
25+
```
1526

1627
## Examples
1728

0 commit comments

Comments
 (0)