diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 14:15:37 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 14:15:37 -0300 |
commit | f65233f5d234c5175dd8c42c38b6215e7b0bb30f (patch) | |
tree | 02f13fdaee76a24433340098c09810d42db6138d | |
parent | 7948abe5c8b17f772f20e2f2103789e97d2bf625 (diff) | |
download | hydra-f65233f5d234c5175dd8c42c38b6215e7b0bb30f.tar.gz hydra-f65233f5d234c5175dd8c42c38b6215e7b0bb30f.tar.bz2 |
Check the source
-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`: |