Installation
Install via cargo-binstall
(Recommended)
Knope is built in such a way that cargo-binstall
can install it by downloading a binary artifact for the most popular platforms.
- Install
cargo-binstall
using your preferred method. - Run
cargo-binstall knope
to install Knope.
Is your platform not supported yet? Please contribute it by opening a pull request.
Install via GitHub Action (Recommended)
If using GitHub Actions, the easiest way to install Knope is via this action.
Download a Binary Manually
We automatically build binaries for some platforms which can be found on the Releases page.
Install via Cargo
Knope is written in Rust and published on crates.io which means it can therefore be built from source by:
- Installing cargo via Rustup
- Running
cargo install knope
Building Knope can be quite slow, if possible, it's recommended to download a prebuilt binary instead.
Build from Source
- Install the current Rust stable toolchain via Rustup
- Clone the GitHub repo
cargo install --path .
in the cloned directory
Other
Have another method you'd prefer to use to install Knope? Let us know by opening a GitHub issue.