diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |