Installation
There are several ways to install Graft depending on your environment.
Using Cargo
If you have Rust installed, you can install Graft directly from the source:
cargo install --path .
Using Nix
Graft provides a Flake for reproducible builds.
Run directly
nix run github:Nymphium/graft -- --help
Install to profile
nix profile install github:Nymphium/graft
Building from Source
- Clone the repository:
git clone https://github.com/Nymphium/graft.git cd graft - Build using Cargo:
cargo build --releaseThe binary will be located at
target/release/graft.