Add generic installation instructions
This commit is contained in:
parent
5910bc2ae9
commit
b4a63c6e31
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -8,7 +8,15 @@
|
||||||
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-generated-version)
|
[](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-generated-version)
|
||||||
[](https://github.com/rife2/bld-generated-version/actions/workflows/bld.yml)
|
[](https://github.com/rife2/bld-generated-version/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-generated-version=com.uwyn.rife2:bld-generated-version
|
||||||
|
```
|
||||||
|
|
||||||
|
For more information, please refer to the [extensions](https://github.com/rife2/bld/wiki/Extensions) documentation.
|
||||||
|
|
||||||
|
## Generate Version Data Class
|
||||||
|
|
||||||
To automatically create a generated version class using the default template in your project on compile, add the following to your build file:
|
To automatically create a generated version class using the default template in your project on compile, add the following to your build file:
|
||||||
```java
|
```java
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue