Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
demidko committed Mar 11, 2024
1 parent 678fa21 commit 2096742
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@
# javadiff

The utility calculates the difference of java architecture changes between two git branches.
The utility calculates the difference of _architecture_ changes between two git branches. This is especially useful when
analyzing large merge requests.

# Install

You need [Rust](https://rustup.rs) installed:
You need [Rust](https://rustup.rs) installed.

```shell
cargo install --git https://github.com/demidko/javadiff
```

## Usage example

In target repository:

```shell
javadiff master dev
```

0 comments on commit 2096742

Please sign in to comment.