We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1c9371 commit 6d51448Copy full SHA for 6d51448
README.md
@@ -20,4 +20,12 @@ Option:
20
f : read input from json files
21
d : read input from command line
22
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
31
0 commit comments