From a3e8aa6c319e38606e7d10562c793e3027c57ff4 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 24 Feb 2024 10:14:05 -0300 Subject: Feat: migrate docs to MkDocs --- doc/install.rst | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 doc/install.rst (limited to 'doc/install.rst') diff --git a/doc/install.rst b/doc/install.rst deleted file mode 100644 index 9d94312..0000000 --- a/doc/install.rst +++ /dev/null @@ -1,36 +0,0 @@ -Installation -============ - -First, clone the code: - -:: - - 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 - -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: - -* 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 - -:: - - ./hydractl install - -Dependencies ------------- - -Major direct upstreams: - -* `Debian `_ -* `Puppet `_ -* `Git `_ -- cgit v1.2.3