From 7948abe5c8b17f772f20e2f2103789e97d2bf625 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 13 Jun 2014 14:05:42 -0300 Subject: Minor doc fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 822eee7..60ce0e6 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ First, clone the code: Then check the source integrity of the latest release: cd hydra - tag="`git describe --abbrev=0 --tags` + tag="`git describe --abbrev=0 --tags`" git tag -v $tag && git checkout $tag # check the source! Finally, add hydra folder to your `$PATH` or run the following command to install -- cgit v1.2.3