Add generic installation instructions
This commit is contained in:
parent
6cd5bc8e8f
commit
a8d595cce0
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -7,7 +7,15 @@
|
|||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-checkstyle)
|
||||
[](https://github.com/rife2/bld-checkstyle/actions/workflows/bld.yml)
|
||||
|
||||
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
|
||||
To install the latest version, add the following to the `lib/bld/bld-wrapper.properties` file:
|
||||
|
||||
```properties
|
||||
bld.extension-checkstyle=com.uwyn.rife2:bld-checkstyle
|
||||
```
|
||||
|
||||
For more information, please refer to the [extensions](https://github.com/rife2/bld/wiki/Extensions) documentation.
|
||||
|
||||
## Check Source Code with Checkstyle
|
||||
|
||||
To check your code with Chesktyle, include the following in your build file:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue