]> gitweb.fluxo.info Git - hydra.git/commitdiff
Updates docs
authorSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Feb 2017 17:39:00 +0000 (14:39 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Mon, 20 Feb 2017 17:39:00 +0000 (14:39 -0300)
doc/install.rst

index e92b9d8efac5d83531fa9c32e7090d0ce55b74ae..899af299ad1b9764fe213f9131ffafc552599203 100644 (file)
@@ -5,17 +5,20 @@ First, clone the code:
 
 ::
 
-    git clone git://git.fluxo.info/hydra.git && cd hydra
+    git clone https://git.fluxo.info/hydra && cd hydra
 
-Then check the source integrity of the latest release:
+You can use the following to check the integrity of the latest release:
 
 ::
 
     tag="`git describe --abbrev=0 --tags`"
     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`:
+There are some ways you can install the suite in your system:
+
+* Adding the whole `hydra` folder into your `PATH`.
+* By symlinking `hydra`, `hydractl` and optionally `hydras` into your `~/bin` folder.
+* By doing a system-wide install at `/usr/local` simply running
 
 ::