diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-04-27 09:53:31 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-04-27 09:53:31 -0300 |
commit | 69ee29b636cb2ec6ea1c219e4cd31d2746b27671 (patch) | |
tree | b06060259a2fe6acc8a05ff91eab8ef9523b70fe /index.mdwn | |
parent | 355f712ca693b290ef62b66a97c92d1ab2aca875 (diff) | |
download | keyringer-69ee29b636cb2ec6ea1c219e4cd31d2746b27671.tar.gz keyringer-69ee29b636cb2ec6ea1c219e4cd31d2746b27671.tar.bz2 |
Installation: on commit signatures and Debian stable
Diffstat (limited to 'index.mdwn')
-rw-r--r-- | index.mdwn | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -23,10 +23,17 @@ Just clone git clone https://git.fluxo.info/keyringer -And then leave it somewhere, optionally adding it to your `$PATH` environment variable +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 also add the `keyringer` script into your `$PATH` environment variable or package it to your preferred distro. -If you're using Debian `jessie` or newer, just run +If you're using Debian `stable` or newer, just run apt-get install keyringer |