diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 14:05:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-06-13 14:05:42 -0300 |
commit | 7948abe5c8b17f772f20e2f2103789e97d2bf625 (patch) | |
tree | 225a42fcee7c63835d2fbc331c4852940f01489d | |
parent | 882d341d5c6b93497870303e5fbfb1b6ea91438f (diff) | |
download | hydra-7948abe5c8b17f772f20e2f2103789e97d2bf625.tar.gz hydra-7948abe5c8b17f772f20e2f2103789e97d2bf625.tar.bz2 |
Minor doc fix
-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 |