diff --git a/docs/index.html b/docs/index.html index 8336abf5..c0781144 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1126,6 +1126,15 @@

APK signing

--in application.apk +

Development

+ +If you'd like to build and run jsign from source, please follow the below instructions: + +
+  mvn clean package -DskipTests
+  java -jar jsign/target/jsign-7.3-SNAPSHOT.jar --help
+
+

Credits

Jsign leverages the cryptography API developed by the Bouncy Castle project.