Skip to content

Commit

Permalink
Update the README file
Browse files Browse the repository at this point in the history
  • Loading branch information
Vahe Danielyan committed Jan 6, 2024
1 parent bf35c0f commit 93e3810
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "diffdir"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Vahe Danielyan <[email protected]>"]
license = "MIT"
Expand Down
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ A command line tool to compare two directories.

Uses hashes to compares files with the same name. Also lists the unique files for both directories.

## Installation

If you don't have rust installed, go ahead and [Install Rust](https://www.rust-lang.org/tools/install)

Clone this repository

```
git clone [email protected]:VaheDanielyan/diffdir.git
```

Build and install

```
cargo install --path .
```

## Usage

```
Expand All @@ -26,7 +42,7 @@ OPTIONS
<DIR_A>
<DIR_B>
VERSION
v0.4.0
v0.4.1
AUTHORS
Vahe Danielyan <[email protected]>
Expand Down

0 comments on commit 93e3810

Please sign in to comment.