Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phraktle committed Jan 2, 2018
1 parent 704840c commit 9b22c9d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,24 +42,25 @@ Usage
java -jar histodiff.jar file1 file2 [sortBy] [threshold]
```

* `sortBy` – 0 (default) to sort results by number of instances, 1 to sort by bytes
* `threshold` – change in the corresponding dimension has to be above this (0 by default, which means types with no changes in instance counts are omitted)
* `file`: path to a file or an URL
* `sortBy`: 0 (default) to sort results by number of instances, 1 to sort by bytes
* `threshold`: change in the corresponding dimension has to be above this (0 by default, which means types with no changes in instance counts are omitted)


Get, Build, Install
-------------------

Get a pre-built executable jar here:

https://github.com/phraktle/histodiff/releases/download/v0.1/histodiff-0.1.jar
https://github.com/phraktle/histodiff/releases/download/v0.2/histodiff-0.2.jar

Or build from source:

```
git clone https://github.com/phraktle/histodiff.git
cd histodiff
gradlew jar
cp build/libs/histodiff-0.1.jar ~/bin/histodiff.jar
cp build/libs/histodiff-0.2.jar ~/bin/histodiff.jar
```


Expand Down

0 comments on commit 9b22c9d

Please sign in to comment.