From 6f7984e886479abc8a6a05170af567bb484beaab Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Mon, 20 Feb 2017 14:39:00 -0300 Subject: Updates docs --- doc/install.rst | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'doc') 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 :: -- cgit v1.2.3