From 20967425d87743078a60962f1dbcaac4e0a9df93 Mon Sep 17 00:00:00 2001 From: Daniil Demidko Date: Mon, 11 Mar 2024 22:14:47 +0600 Subject: [PATCH] docs --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f700a34..1ed11c7 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # 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 @@ -12,8 +13,6 @@ cargo install --git https://github.com/demidko/javadiff ## Usage example -In target repository: - ```shell javadiff master dev ``` \ No newline at end of file