diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-02-20 14:39:00 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-02-20 14:39:00 -0300 |
commit | 6f7984e886479abc8a6a05170af567bb484beaab (patch) | |
tree | 514aac52bf973a3f35046304b2dec617bc498c65 | |
parent | e272f7e0e25534ce7319508be89431644eef5eab (diff) | |
download | hydra-6f7984e886479abc8a6a05170af567bb484beaab.tar.gz hydra-6f7984e886479abc8a6a05170af567bb484beaab.tar.bz2 |
Updates docs
-rw-r--r-- | doc/install.rst | 11 |
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 :: |