aboutsummaryrefslogtreecommitdiff
path: root/doc/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/install.rst')
-rw-r--r--doc/install.rst11
1 files changed, 7 insertions, 4 deletions
diff --git a/doc/install.rst b/doc/install.rst
index e92b9d8..899af29 100644
--- a/doc/install.rst
+++ b/doc/install.rst
@@ -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
::