aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2017-02-20 14:39:00 -0300
committerSilvio Rhatto <rhatto@riseup.net>2017-02-20 14:39:00 -0300
commit6f7984e886479abc8a6a05170af567bb484beaab (patch)
tree514aac52bf973a3f35046304b2dec617bc498c65 /doc
parente272f7e0e25534ce7319508be89431644eef5eab (diff)
downloadhydra-6f7984e886479abc8a6a05170af567bb484beaab.tar.gz
hydra-6f7984e886479abc8a6a05170af567bb484beaab.tar.bz2
Updates docs
Diffstat (limited to 'doc')
-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
::