From 40ce593fc117d079b7ff972bece59d53244c53a0 Mon Sep 17 00:00:00 2001 From: Herby Gillot Date: Sat, 29 Jul 2023 11:29:43 -0400 Subject: [PATCH] docs: add MacPorts install info https://ports.macports.org/port/hcl2json/ --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6f9806d..e0f6812 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,11 @@ Install with [Homebrew](https://formulae.brew.sh/formula/hcl2json): brew install hcl2json ``` +`hcl2json` can also be installed via [MacPorts](https://ports.macports.org/port/hcl2json/): +```shell +sudo port install hcl2json +``` + ### Others Prebuilt binaries are available on the [releases page](https://github.com/tmccombs/hcl2json/releases). There is also a docker image on [dockerhub](https://hub.docker.com/r/tmccombs/hcl2json).