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.
mise
aqua
1 parent 28881f2 commit 314f9fbCopy full SHA for 314f9fb
README.markdown
@@ -132,7 +132,7 @@ Where `X.Y.Z` is replaced with the desired version. For example:
132
- run: jsonschema fmt path/to/schemas --check
133
```
134
135
-### From NPM
+### From npm
136
137
```sh
138
npm install --global @sourcemeta/jsonschema
@@ -144,6 +144,12 @@ npm install --global @sourcemeta/jsonschema
144
pip install sourcemeta-jsonschema
145
146
147
+### From mise
148
+
149
+```sh
150
+mise use jsonschema
151
+```
152
153
### From GitHub Releases
154
155
We publish precompiled binaries for every supported platform to [GitHub
0 commit comments