Skip to content

Commit 1ac937e

Browse files
authored
fix: Add CLI install instructions (#37)
1 parent 143601b commit 1ac937e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ This crate is used with draft-07 but even that is work in progress.
1010

1111
## Usage via CLI
1212

13+
[Install Rust](https://rustup.rs/) and:
14+
1315
```bash
16+
cargo install json-schema-diff
17+
1418
cat schema-old.json schema-new.json
1519
# {"type": "string"}
1620
# {"type": "boolean"}

0 commit comments

Comments
 (0)