From: Silvio Rhatto Date: Fri, 13 Jun 2014 17:15:37 +0000 (-0300) Subject: Check the source X-Git-Tag: 0.2.3~3 X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f65233f5d234c5175dd8c42c38b6215e7b0bb30f;p=hydra.git Check the source --- diff --git a/README.md b/README.md index 60ce0e6..f21339c 100644 --- a/README.md +++ b/README.md @@ -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`: