From 5a2a9ccc4fcb454fd50eab1094c21600f7fe68a3 Mon Sep 17 00:00:00 2001 From: Hardcore Sushi Date: Sun, 20 Jun 2021 19:08:02 +0200 Subject: [PATCH] Add Download section in README --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 5a1f3a2..cf2daa2 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,17 @@ AIRA is still under developement and is not ready for production usage yet. Not - IPv4/v6 compatibility - Free/Libre and Open Source +# Download +AIRA releases are availables in the "Release" section. All APKs are signed with my PGP key available on keyservers. To download it: + +`gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 007F84120107191E` \ +Fingerprint: `BD56 2147 9E7B 74D3 6A40 5BE8 007F 8412 0107 191E` \ +Email: `Hardcore Sushi ` + +Then, verify APK: `gpg --verify AIRA.apk.asc AIRA.apk` + +__Don't install the APK if the verification fails!__ + # Build ### Install Rust AIRA android uses some code from the desktop version which is written in Rust. Therefore, you need to compile this Rust code first.