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