Skip to content

Commit bab7e21

Browse files
authored
chore: mention mise and aqua in the readme (#409)
Please, consider mentioning `mise` and `aqua` in the readme. Reference: `jsonschema` was recently added to the `aqua` (aquaproj/aqua-registry#39066) and `mise` (jdx/mise#5714) registries. Thanks for this project! I was looking for a tool like this one for some time. Signed-off-by: mrazauskas <tom@mrazauskas.de>
1 parent 28881f2 commit bab7e21

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.markdown

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
132132
- run: jsonschema fmt path/to/schemas --check
133133
```
134134

135-
### From NPM
135+
### From npm
136136

137137
```sh
138138
npm install --global @sourcemeta/jsonschema
@@ -144,6 +144,12 @@ npm install --global @sourcemeta/jsonschema
144144
pip install sourcemeta-jsonschema
145145
```
146146

147+
### From mise
148+
149+
```sh
150+
mise use jsonschema
151+
```
152+
147153
### From GitHub Releases
148154

149155
We publish precompiled binaries for every supported platform to [GitHub

0 commit comments

Comments
 (0)