Back to Delta

Build delta from source

manual/src/build-delta-from-source.md

0.19.2370 B
Original Source

Build delta from source

You'll need to install the rust tools. Then:

sh
cargo build --release

and use the executable found at ./target/release/delta.

Alternatively, homebrew users can do

sh
brew install --HEAD git-delta

to install the development version of delta with merged but unreleased changes.