From: Silvio Rhatto Date: Thu, 9 Mar 2017 04:54:33 +0000 (-0300) Subject: Implements signed commits X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=bdc951eec37dbc1db646e2d291c4a5fdf3040f74;p=rhatto%2Fapps.git Implements signed commits --- 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.