aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9c6170f..19f015a 100644
--- 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