From c8ef0b4abbd1225648a010ee8b10424c7d74a3c2 Mon Sep 17 00:00:00 2001 From: Masala Date: Mon, 7 Mar 2022 17:48:30 -0500 Subject: [PATCH] README.md: adjust heading size --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba9a2cc..9a311ae 100644 --- a/README.md +++ b/README.md @@ -121,6 +121,10 @@ Between versions you might need to install uninstall a previous build adb uninstall org.mixnetworks.catchat +#### Verify build: To verify that your local build matches the CI-built apk, use the included reproducible.keystore to sign the apk: + + docker run --rm -v "$(pwd)":/go/build/ katzenpost/android_build gogio -arch arm64,amd64 -x -target android -appid org.mixnetworks.catchat -version 1 -signkey reproducible.keystore -signpass reproducible . + ## Run it Usage of ./deploy/linux/catchat: @@ -129,6 +133,4 @@ Between versions you might need to install uninstall a previous build -s string The catshadow state file path. (default "catshadow_statefile") -## Verify build: To verify that your local build matches the CI-built apk, use the included reproducible.keystore to sign the apk: - docker run --rm -v "$(pwd)":/go/build/ katzenpost/android_build gogio -arch arm64,amd64 -x -target android -appid org.mixnetworks.catchat -version 1 -signkey reproducible.keystore -signpass reproducible .