Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
README.md: adjust heading size
Browse files Browse the repository at this point in the history
  • Loading branch information
mixmasala committed Mar 7, 2022
1 parent 5c1e91d commit c8ef0b4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 .

0 comments on commit c8ef0b4

Please sign in to comment.