diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2017-03-21 20:36:42 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2017-03-21 20:36:42 -0300 |
commit | 21b7002b22f659c861029673ad9d69911fb86129 (patch) | |
tree | 98626fc1dfc4c74a9b53a2275f1bb7ef8f72c733 /doc | |
parent | 3249dae86c7034df7c8668260119590037ccef8f (diff) | |
download | hydra-21b7002b22f659c861029673ad9d69911fb86129.tar.gz hydra-21b7002b22f659c861029673ad9d69911fb86129.tar.bz2 |
Updates commit verification
Diffstat (limited to 'doc')
-rw-r--r-- | doc/install.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/install.rst b/doc/install.rst index 21f7113..a8bf5f1 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -5,13 +5,15 @@ First, clone the code: :: - git clone https://git.fluxo.info/hydra && cd hydra + git clone https://git.fluxo.info/hydra You can use the following to check the integrity of the latest release: :: + /usr/bin/git -C hydra verify-commit HEAD - git log --show-signature -1 +Note that `/usr/bin/git` is called to avoid any other `git` wrappers or aliases +you might have available on your shell. There are some ways you can install the suite in your system: |