diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-05-31 19:21:08 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-05-31 19:21:08 -0300 |
commit | 5f0fb30328d9b37ee53aafd65690a1ee90ea6799 (patch) | |
tree | 71b07e53f25ff587f25e42941ea7d0aa5b55db4a /index.mdwn | |
parent | 491ea8e72879c9c9244c2740e8a428b97249b58a (diff) | |
parent | 5d3a8d7c25c2ec07b0dc74bdf6603dea1e12180e (diff) | |
download | keyringer-5f0fb30328d9b37ee53aafd65690a1ee90ea6799.tar.gz keyringer-5f0fb30328d9b37ee53aafd65690a1ee90ea6799.tar.bz2 |
Imported Upstream version 0.5.1upstream_keyringer_0.5.1
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 keyringer 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 |