diff options
-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: |