You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,14 @@ Prebuilt binaries are available on the [releases page](https://github.com/tmccom
56
56
57
57
Alternatively you can build from source (see next section).
58
58
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
+
59
67
## Building
60
68
61
69
You can build and install `hcl2json` using `go get`. Since `hcl2json` uses Go modules, you will need to run this as
0 commit comments