Skip to content

Commit 6d51448

Browse files
committedNov 24, 2019
Update installation details on readme
1 parent c1c9371 commit 6d51448

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎README.md

+8
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,12 @@ Option:
2020
f : read input from json files
2121
d : read input from command line
2222

23+
### Installation
24+
25+
Currently, json-diff is available through crates.io (apart from building this repo directly). For crate installation,
26+
* Install cargo, through rustup
27+
`$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh`
28+
* Install json-diff
29+
`$ cargo install json_diff`
30+
2331

0 commit comments

Comments
 (0)