From bdc951eec37dbc1db646e2d291c4a5fdf3040f74 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 9 Mar 2017 01:54:33 -0300 Subject: Implements signed commits --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index d32904c..e3cf0c2 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,7 @@ Get the code: Then check the source integrity of the latest release (also implemented on `git-check-tag` on `utils-git` subfolder): - tag="`git describe --abbrev=0 --tags`" - git tag -v $tag && git checkout $tag + git log --show-signature -n 1 Then add each subfolder from the `apps` repository to your `$PATH` depending on which projects you want to use. -- cgit v1.2.3