Skip to content

Commit 3df50c2

Browse files
committed
Add generic installation instructions
1 parent 012cd14 commit 3df50c2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@
88
[![Snapshot](https://flat.badgen.net/maven/v/metadata-url/repo.rife2.com/snapshots/com/uwyn/rife2/bld-detekt/maven-metadata.xml?label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-detekt)
99
[![GitHub CI](https://github.com/rife2/bld-detekt/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/bld-detekt/actions/workflows/bld.yml)
1010

11-
To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions).
11+
To install the latest version, add the following to the `lib/bld/bld-wrapper.properties` file:
12+
13+
```properties
14+
bld.extension-detekt=com.uwyn.rife2:bld-detekt
15+
```
16+
17+
For more information, please refer to the [extensions](https://github.com/rife2/bld/wiki/Extensions) documentation.
18+
19+
## Check Source Code with Detekt
1220

1321
To check all Kotlin source code located in the project, add the following to your build file:
1422
```java

0 commit comments

Comments
 (0)