]> gitweb.fluxo.info Git - hydra.git/commitdiff
Check the source
authorSilvio Rhatto <rhatto@riseup.net>
Fri, 13 Jun 2014 17:15:37 +0000 (14:15 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Fri, 13 Jun 2014 17:15:37 +0000 (14:15 -0300)
README.md

index 60ce0e6ae2564827bf6cc5347d9f6eccf3fada8c..f21339c0f6dc7db1cabab67439003bab9c3c3f33 100644 (file)
--- 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`: