Skip to content

Commit

Permalink
Merge pull request #3 from michaelr0/develop
Browse files Browse the repository at this point in the history
Add installation details
  • Loading branch information
michaelr0 authored Dec 16, 2021
2 parents 3dbda9e + d69020f commit a1b5049
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
imeq-rs aims to quickly compare two images to see if they are the same image.

## Build
Compiles to: `target/release/imeq`
## Installation
```
cargo build --release
cargo install imeq
```

## Usage
Expand All @@ -20,6 +19,12 @@ ARGS:
<IMAGE_2> Sets the second image to use
```

## Building
Compiles to: `target/release/imeq`
```
cargo build --release
```

## Benchmark
The below benchmarks have been done on a 2020 M1 Mac Mini with 16gb of ram and 256gb ssd, `hyperfine -w 3` is used and that command is then ran 3 times (outside of -w 3) and the result of the third run has been noted.

Expand Down

0 comments on commit a1b5049

Please sign in to comment.