diff --git a/README.md b/README.md index ebf7557..c3cb810 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,12 @@ Gulp plugin for the Jest test library ## Installation -``` sh -$ npm install gulp-jest --save-dev` +As this plugin isn't quite ready it's not been published to NPM, so we need to install from github. + +Add to `package.json` + +``` json +"gulp-jest": "git+https://github.com/Dakuan/gulp-jest" ```