2022-11-03 12:59:53 +00:00
|
|
|
# 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].
|
|
|
|
|
2022-11-03 13:16:40 +00:00
|
|
|
## 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
|
|
|
|
```
|
|
|
|
|
2022-11-03 12:59:53 +00:00
|
|
|
[releases]: https://git.bauke.xyz/Holllo/hooked/releases
|