aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlack Coder <slackcoder@server.ky>2023-11-24 11:40:17 -0500
committerSlack Coder <slackcoder@server.ky>2023-11-24 11:43:16 -0500
commite2c4903c6fe7bcae7af073fa519343b9ce2b1b28 (patch)
tree42a649543c1d48a37cf2f69efc2703e926d81469
parent203ca2b090c335abfaca0afbd4989eaa3f141545 (diff)
downloadslackware.com-cli-e2c4903c6fe7bcae7af073fa519343b9ce2b1b28.tar.xz
README: verification
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
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 <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