From c97021d59a62f713bad80a4399e4a096c173d68f Mon Sep 17 00:00:00 2001 From: "yourittech.support" Date: Sun, 8 Mar 2026 19:22:11 -0700 Subject: [PATCH] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b3182..bcb5658 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,18 @@ To verify a downloaded file (e.g. `Nextcloud-Talk-v2.1.1-x86_64.AppImage`): - `BUILD_INFO.json` - `BUILD_INFO.json.asc` -2. Check the file integrity: +2. Check file integrity ```bash sha256sum Nextcloud-Talk-v2.1.1-x86_64.AppImage + ``` + +3. Verify the signature + ```bash + gpg --verify BUILD_INFO.json.asc BUILD_INFO.json + ``` + + You should see + ```bash + Good signature from "YourITtech.support " + ``` +