]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Note about git-check-tag
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 16:54:22 +0000 (13:54 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Jun 2015 16:54:22 +0000 (13:54 -0300)
README.md

index 9c6170f21df8b5f9091e7175e98ad319a4ed9eaa..19f015a9bdb7f27b69ef533700d6dcc8ce3c4c29 100644 (file)
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@ Get the code:
 
     git clone --recursive git://git.sarava.org/rhatto/apps.git $HOME/apps && cd $HOME/apps
 
-Then check the source integrity of the latest release:
+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