Add installation instructions using the Mergiraf crate #29

Merged
wetneb merged 1 commit from Siilwyn/mergiraf:main into main 2024-11-14 16:11:58 +01:00

View file

@ -3,7 +3,7 @@
You can [download Mergiraf from Codeberg](https://codeberg.org/mergiraf/mergiraf/releases).
Choose the archive that matches your device's architecture and place the extracted binary in your `PATH`.
If you have Rust installed, you can also install Mergiraf from source by cloning [its repository](https://codeberg.org/mergiraf/mergiraf) and running `cargo install --path .` in it.
If you have Rust installed, you can also install Mergiraf from source by cloning [its repository](https://codeberg.org/mergiraf/mergiraf) and running `cargo install --path .` in it. Or download and build [Mergiraf on crates.io](https://crates.io/crates/mergiraf) with Cargo by running: `cargo install --locked mergiraf`.
Once Mergiraf is installed, you can then [configure Git to use Mergiraf](./usage.md#registration-as-a-git-merge-driver).