diff --git a/README.md b/README.md index bd81c16b9..d0f84d3f4 100644 --- a/README.md +++ b/README.md @@ -22,14 +22,15 @@ Build instructions can be found in [Contributing.md](CONTRIBUTING.md). ## Verifying signatures - Get Kee's key and import it: + ``` wget https://raw.githubusercontent.com/oxen-io/oxen-core/dev/utils/gpg_keys/KeeJef.asc gpg --import KeeJef.asc ``` Get the signed hash for this release, the SESSION_VERSION needs to be updated for the release you want to verify + ``` export SESSION_VERSION=1.6.1 wget https://github.com/oxen-io/session-desktop/releases/download/v$SESSION_VERSION/signatures.asc @@ -46,12 +47,12 @@ If it does, the hashes are valid but we still have to make the sure the signed h Make sure the two commands below returns the same hash. If they do, files are valid + ``` sha256sum session-desktop-linux-amd64-$SESSION_VERSION.deb grep .deb signatures.asc ``` - ## Debian repository Please visit https://deb.oxen.io/
@@ -62,3 +63,7 @@ Copyright 2011 Whisper Systems
Copyright 2013-2017 Open Whisper Systems
Copyright 2019-2023 The Oxen Project
Licensed under the GPLv3: https://www.gnu.org/licenses/gpl-3.0.html
+ +## Attributions + +The IP-to-country mapping data used in this project is provided by [MaxMind GeoLite2](https://dev.maxmind.com/geoip/geolite2-free-geolocation-data).