aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-20 13:54:22 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-20 13:54:22 -0300
commit4c045402ca1f610e73f741353e5d3d275f1f5c0a (patch)
treea880bf0f46b30f57713476dc7636c5cebda4f9bb /README.md
parentedc553d3522f624599bc42d1dc907b65f1ef998b (diff)
downloadapps-4c045402ca1f610e73f741353e5d3d275f1f5c0a.tar.gz
apps-4c045402ca1f610e73f741353e5d3d275f1f5c0a.tar.bz2
Note about git-check-tag
Diffstat (limited to 'README.md')
-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