aboutsummaryrefslogtreecommitdiff
path: root/README.mdwn
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-09 01:56:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-09 01:56:22 -0300
commit8860eba506e5ca9d579672608951fe083ff56963 (patch)
tree6992df2c88e53363f47d0e5064eddb6b5164ac1c /README.mdwn
parent05b94f0c7147fe28db4427691df2823d2b7a29dc (diff)
downloadmetadot-8860eba506e5ca9d579672608951fe083ff56963.tar.gz
metadot-8860eba506e5ca9d579672608951fe083ff56963.tar.bz2
Implements signed commits
Diffstat (limited to 'README.mdwn')
-rw-r--r--README.mdwn3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.mdwn b/README.mdwn
index 7c9f3d7..6417111 100644
--- a/README.mdwn
+++ b/README.mdwn
@@ -21,8 +21,7 @@ Get the code:
Then check the source integrity of the latest release:
- tag="`git describe --abbrev=0 --tags`"
- git tag -v $tag && git checkout $tag
+ git log --show-signature -n 1
Save the metadot repository anywhere but make sure it's available in your `$PATH`.
I'm my config I use `~/apps/metadot`.