update readme

This commit is contained in:
Minecon724 2024-06-13 18:17:00 +02:00
parent 975fdc80f2
commit cbda6596b9
Signed by: Minecon724
GPG key ID: 3CCC4D267742C8E8

View file

@ -29,7 +29,12 @@ TODO (no order):
### Building ### Building
To compile, clone this repo and `mvn clean package`. \ To compile, clone this repo and `mvn clean package`. \
JAR will be in `target/`. Use the one without `original-`. JAR will be in `target/`. Use the one without `original-`. \
By default, it's signed with the test key.
### Versioning #### Signing
Basically, 0.9.x are prereleases A test (and default) keystore is provided:
- keystore: `testkeystore`
- storepass: `123456`
- alias: `testkey`
You can override this by using `-Djarsigner.` arguments while compiling.