git-delta-lib 0.0.1

Not ready for use: use crate git-delta for the application
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Build delta from source

You'll need to [install the rust tools](https://www.rust-lang.org/learn/get-started). 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.