diff --git a/README.md b/README.md index e605e59eb..0a39aa0fa 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,15 @@ Then hop to your `tslint.json` and add rulesDirectory which points to codelyzer, } ``` -Now you can apply codelyzer rules to your tslint config. Enjoy! +Now you can apply codelyzer rules to your tslint config. + +In order to run the rules through tslint use: + +```bash +tslint -c tslint.json **/*.ts +``` + +Enjoy! ## Recommended configuration