From aed22fad90b488e587d2f583c63f59de2c30313c Mon Sep 17 00:00:00 2001 From: Bauke Date: Thu, 3 Nov 2022 14:16:40 +0100 Subject: [PATCH] Add the .deb installation section. --- hooked-book/source/getting-started/installation.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hooked-book/source/getting-started/installation.md b/hooked-book/source/getting-started/installation.md index 6e6f2c6..fee5ba0 100644 --- a/hooked-book/source/getting-started/installation.md +++ b/hooked-book/source/getting-started/installation.md @@ -15,4 +15,13 @@ cargo install hooked-cli Precompiled `x86_64-unknown-linux-gnu` binaries are available on the [Releases page][releases]. +## Debian & Derivatives + +An amd64 `.deb` file is available on the [Releases page][releases]. + +```sh +# Don't forget to change . +dpkg --install hooked-cli__amd64.deb +``` + [releases]: https://git.bauke.xyz/Holllo/hooked/releases