aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-04-27 09:51:32 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-04-27 09:51:32 -0300
commitaa4acac0967c9df3d84928bd72a6337a6f8114f0 (patch)
tree95c970ac35b8b4252d4b992bf358d44f824fe026
parentf3e860136aac50bcfb7b9b67188402491b9bff38 (diff)
downloadbootless-aa4acac0967c9df3d84928bd72a6337a6f8114f0.tar.gz
bootless-aa4acac0967c9df3d84928bd72a6337a6f8114f0.tar.bz2
Introduce commit signatures
-rw-r--r--index.mdwn9
1 files changed, 8 insertions, 1 deletions
diff --git a/index.mdwn b/index.mdwn
index 0148d39..540523b 100644
--- a/index.mdwn
+++ b/index.mdwn
@@ -40,7 +40,14 @@ Just clone
git clone https//git.fluxo.info/bootless
-And then leave it somewhere, optionally adding it to your `$PATH` environment
+You can also verify the latest commit's OpenPGP signature:
+
+ /usr/bin/git -C kvmx verify-commit HEAD
+
+Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases
+you might have available on your shell.
+
+You can optionally add the `bootless` script it to your `$PATH` environment
variable or package it to your preferred distro.
Workflow