19 lines
442 B
Markdown
19 lines
442 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].
|
||
|
|
||
|
[releases]: https://git.bauke.xyz/Holllo/hooked/releases
|