Skip to content

Commit a6df5cd

Browse files
committed
Add info about installation of dev dependencies to README
Adresses #219
1 parent 1a0675d commit a6df5cd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ You can install jquery-placeholder by using [Bower](http://bower.io).
5252
bower install jquery-placeholder
5353
```
5454

55+
Contributors should install the »dev dependencies« after forking and cloning via [npm](https://www.npmjs.com/).
56+
57+
```bash
58+
npm install
59+
```
60+
5561
## Notes
5662

5763
* Requires jQuery 1.6+. For an older version of this plugin that works under jQuery 1.4.2+, see [v1.8.7](https://github.com/mathiasbynens/jquery-placeholder/tree/v1.8.7).

0 commit comments

Comments
 (0)