update readme
This commit is contained in:
parent
975fdc80f2
commit
cbda6596b9
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
@ -29,7 +29,12 @@ TODO (no order):
|
|||
|
||||
### Building
|
||||
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
|
||||
Basically, 0.9.x are prereleases
|
||||
#### Signing
|
||||
A test (and default) keystore is provided:
|
||||
- keystore: `testkeystore`
|
||||
- storepass: `123456`
|
||||
- alias: `testkey`
|
||||
You can override this by using `-Djarsigner.` arguments while compiling.
|
||||
|
|
Loading…
Reference in a new issue