aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-03-09 01:54:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-03-09 01:54:33 -0300
commitbdc951eec37dbc1db646e2d291c4a5fdf3040f74 (patch)
tree9400c02061f55ac91fcf899f5b2b5b82a7e5aa78 /README.md
parent4ff78b1779d01c2a6b6c3e22cbbfd43f74520975 (diff)
downloadapps-bdc951eec37dbc1db646e2d291c4a5fdf3040f74.tar.gz
apps-bdc951eec37dbc1db646e2d291c4a5fdf3040f74.tar.bz2
Implements signed commits
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 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.