diff options
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 <slackcoder@server.ky>" [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 |