File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -11,11 +11,23 @@ A fast command-line tool for JSON Schema validation, powered by the `jsonschema`
1111
1212Download 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
2032Example installation on Linux/macOS:
2133``` bash
You can’t perform that action at this time.
0 commit comments