Skip to content

Commit 7523ce8

Browse files
authored
Merge pull request #134 from jylenhof/main
docs(README): add mise alternate installation documentation
2 parents 2c3ccdb + 364b9c1 commit 7523ce8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,14 @@ Prebuilt binaries are available on the [releases page](https://github.com/tmccom
5656

5757
Alternatively you can build from source (see next section).
5858

59+
### Using mise
60+
61+
On Linux/MacOS/Windows if you are using [mise-en-place](https://github.com/jdx/mise), the polyglot tool version manager you can install hcl2json with a command like:
62+
63+
```shell
64+
mise use -g hcl2json@latest
65+
```
66+
5967
## Building
6068

6169
You can build and install `hcl2json` using `go get`. Since `hcl2json` uses Go modules, you will need to run this as

0 commit comments

Comments
 (0)