diff options
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -18,13 +18,12 @@ Installation First, clone the code: - git clone git://git.sarava.org/hydra.git + git clone git://git.sarava.org/hydra.git && cd hydra Then check the source integrity of the latest release: - cd hydra tag="`git describe --abbrev=0 --tags`" - git tag -v $tag && git checkout $tag # check the source! + git tag -v $tag && git checkout $tag Finally, add hydra folder to your `$PATH` or run the following command to install it under `/usr/local`: |