Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
charbgr committed Jun 16, 2018
1 parent 5770553 commit 62c49d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@ $ ktlint --reporter=plain --reporter=checkstyle,output=ktlint-report-in-checksty

# install git hook to automatically check files for style violations on commit
$ ktlint --install-git-pre-commit-hook

# install git hook to automatically check files for style violations before push
$ ktlint --install-git-pre-push-hook
```

> on Windows you'll have to use `java -jar ktlint ...`.
Expand Down

0 comments on commit 62c49d4

Please sign in to comment.