Skip to content

Commit fdc772b

Browse files
authored
docs(README): add mise alternative method installation (#519)
Signed-off-by: jylenhof <[email protected]>
1 parent 3593c8c commit fdc772b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ tar xzf ec-$OS-$ARCH.tar.gz && \
7373

7474
Grab a binary from the [release page](https://github.com/editorconfig-checker/editorconfig-checker/releases).
7575

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+
7682
If you have go installed you can run `go get github.com/editorconfig-checker/editorconfig-checker/v3` <!-- x-release-please-major -->
7783
and run `make build` inside the project folder.
7884
This will place a binary called `ec` into the `bin` directory.

0 commit comments

Comments
 (0)