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.
1 parent 3593c8c commit fdc772bCopy full SHA for fdc772b
README.md
@@ -73,6 +73,12 @@ tar xzf ec-$OS-$ARCH.tar.gz && \
73
74
Grab a binary from the [release page](https://github.com/editorconfig-checker/editorconfig-checker/releases).
75
76
+If you are using [mise](https://github.com/jdx/mise), the polyglot tool versions manager, you can install it using a command like this:
77
+
78
+```shell
79
+mise use -g editorconfig-checker@latest
80
+```
81
82
If you have go installed you can run `go get github.com/editorconfig-checker/editorconfig-checker/v3` <!-- x-release-please-major -->
83
and run `make build` inside the project folder.
84
This will place a binary called `ec` into the `bin` directory.
0 commit comments