From e2c4903c6fe7bcae7af073fa519343b9ce2b1b28 Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Fri, 24 Nov 2023 11:40:17 -0500 Subject: README: verification --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 92ad34c..6b3f192 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,19 @@ if [ -n "$TO_UPDATE" ]; then fi ``` +## Verifying integrity + +The commmits to the repository will be signed by the [GPG Key](GPG-KEY.asc). + +``` +git commit --verify HEAD +# gpg: Signature made Fri Nov 24 11:20:19 2023 EST +# gpg: using EDDSA key D0CFFD1075CAB8DA329975078D147EEA19EFF029 +# ... +# gpg: Good signature from "Slack Coder " [ultimate] +# Primary key fingerprint: D0CF FD10 75CA B8DA 3299 7507 8D14 7EEA 19EF F029 +``` + ## Installation Follow Golang's standard process for installing. It will install the command -- cgit v1.2.3