From 09c53e4e9222e6ea76b3199bcdaead86497f8137 Mon Sep 17 00:00:00 2001 From: Krishan <33421343+kfiven@users.noreply.github.com> Date: Fri, 27 May 2022 13:59:45 +0530 Subject: [PATCH] Clarification while verifying --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f3c955c..575759a 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,8 @@ Installers for macOS, Windows and Linux can be downloaded from [Github releases] Decoded pulic key: > RWRflTUQD3RHFtn25QNANCmePR9+4LSK89kAKTMEEB4OKpOFpLMgc64z -To verify you need to download [minisign tool](https://jedisct1.github.io/minisign/) and decode the .sig file before running: -> minisign -Vm RELEASE_FILE.msi.zip -P RWRflTUQD3RHFtn25QNANCmePR9+4LSK89kAKTMEEB4OKpOFpLMgc64z -x SINGATURE.msi.zip.sig +To verify release files, you need to download [minisign](https://jedisct1.github.io/minisign/) tool and [decode](https://www.base64decode.org/) the *.sig* file before running: +> minisign -Vm ***RELEASE_FILE.msi.zip*** -P RWRflTUQD3RHFtn25QNANCmePR9+4LSK89kAKTMEEB4OKpOFpLMgc64z -x ***SINGATURE.msi.zip.sig*** ## Local development