hooked/hooked-book/source/getting-started/installation.md

28 lines
629 B
Markdown

# Installation
## Cargo
With [Rust and Cargo][rustup-install] installed, Hooked can be installed from [Crates.io][crates-io].
```
cargo install hooked-cli
```
[rustup-install]: https://www.rust-lang.org/learn/get-started
[crates-io]: https://crates.io/crates/hooked/cli
## Binaries
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 <version>.
dpkg --install hooked-cli_<version>_amd64.deb
```
[releases]: https://git.bauke.xyz/Holllo/hooked/releases