mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 10:05:15 +00:00
Update README
This commit is contained in:
parent
57ea58ed06
commit
680140d128
10
README.md
10
README.md
@ -20,6 +20,10 @@ Please search for any [existing issues](https://github.com/oxen-io/session-andro
|
||||
|
||||
Build instructions can be found in [BUILDING.md](BUILDING.md).
|
||||
|
||||
## Translations
|
||||
|
||||
Want to help us translate Session into your language? You can do so at https://crowdin.com/project/session-android!
|
||||
|
||||
## Verifying signatures
|
||||
|
||||
**Step 1:**
|
||||
@ -46,13 +50,11 @@ Verify the signature of the hashes of the files.
|
||||
gpg --verify signatures.asc 2>&1 |grep "Good signature from"
|
||||
```
|
||||
|
||||
The command above should print "`Good signature from "Kee Jefferys...`"
|
||||
If it does, the hashes are valid but we still have to make the sure the signed hashes matches the downloaded files.
|
||||
The command above should print "`Good signature from "Kee Jefferys...`". If it does, the hashes are valid but we still have to make the sure the signed hashes matches the downloaded files.
|
||||
|
||||
**Step 4:**
|
||||
|
||||
Make sure the two commands below returns the same hash.
|
||||
If they do, files are valid.
|
||||
Make sure the two commands below returns the same hash. If they do, files are valid.
|
||||
|
||||
```
|
||||
sha256sum session-$SESSION_VERSION-universal.apk
|
||||
|
Loading…
Reference in New Issue
Block a user