Skip to content

Commit

Permalink
Merge pull request #302 from cable729/update-readme-local-ktlint-build
Browse files Browse the repository at this point in the history
Update readme to show how run local ktlint build
  • Loading branch information
shyiko authored Oct 24, 2018
2 parents b1433d5 + 73c6e48 commit c52ba69
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,13 @@ import package.* // ktlint-disable
git clone https://github.com/shyiko/ktlint && cd ktlint
./mvnw # shows how to build, test, etc. project
```
#### Running ktlint from local build

This will build ktlint and run it with any args you want to include.

```sh
gradle run --args="--color"
```

#### Access to the latest `master` snapshot

Expand Down

0 comments on commit c52ba69

Please sign in to comment.