Skip to content

Commit 5331aaa

Browse files
committed
docs: Update README
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent 6ce2640 commit 5331aaa

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

crates/jsonschema-cli/README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,23 @@ A fast command-line tool for JSON Schema validation, powered by the `jsonschema`
1111

1212
Download the latest binary for your platform from the [releases page](https://github.com/Stranger6667/jsonschema-rs/releases):
1313

14-
- **Linux (x86_64)**: `jsonschema-cli-x86_64-unknown-linux-gnu.tar.gz`
15-
- **Linux (ARM64)**: `jsonschema-cli-aarch64-unknown-linux-gnu.tar.gz`
16-
- **macOS (Intel)**: `jsonschema-cli-x86_64-apple-darwin.tar.gz`
17-
- **macOS (Apple Silicon)**: `jsonschema-cli-aarch64-apple-darwin.tar.gz`
18-
- **Windows**: `jsonschema-cli-x86_64-pc-windows-msvc.zip`
14+
**Linux (x86_64):**
15+
- `jsonschema-cli-x86_64-unknown-linux-gnu.tar.gz` - Standard GNU libc
16+
- `jsonschema-cli-x86_64-unknown-linux-musl.tar.gz` - Static binary (MUSL), no dependencies
17+
18+
**Linux (ARM64):**
19+
- `jsonschema-cli-aarch64-unknown-linux-gnu.tar.gz` - Standard GNU libc
20+
- `jsonschema-cli-aarch64-unknown-linux-musl.tar.gz` - Static binary (MUSL), no dependencies
21+
22+
**macOS:**
23+
- `jsonschema-cli-x86_64-apple-darwin.tar.gz` - Intel
24+
- `jsonschema-cli-aarch64-apple-darwin.tar.gz` - Apple Silicon
25+
26+
**Windows:**
27+
- `jsonschema-cli-x86_64-pc-windows-msvc.zip` - MSVC runtime
28+
- `jsonschema-cli-x86_64-pc-windows-gnu.zip` - MinGW, no Visual Studio required
29+
30+
> **Note:** MUSL variants are statically linked and work across all Linux distributions, including Alpine.
1931
2032
Example installation on Linux/macOS:
2133
```bash

0 commit comments

Comments
 (0)