From 8860eba506e5ca9d579672608951fe083ff56963 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Mar 2017 01:56:22 -0300 Subject: Implements signed commits --- README.mdwn | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'README.mdwn') 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`. -- cgit v1.2.3