From e89001156a5ad9a8ddc96fe5472b03098791ccf0 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Thu, 4 Sep 2025 14:23:06 +1000 Subject: [PATCH] Adding gah as a community supported install method --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c11fb4b5..21604ddb 100644 --- a/README.md +++ b/README.md @@ -294,7 +294,7 @@ Using [winget](https://learn.microsoft.com/en-us/windows/package-manager/) winget install --id MikeFarah.yq ``` -### Mac: +### MacPorts: Using [MacPorts](https://www.macports.org/) ``` sudo port selfupdate @@ -324,6 +324,14 @@ Flox can be used to install yq on Linux, MacOS, and Windows through WSL. flox install yq ``` + +### MacOS / Linux via gah: +Using [gah](https://github.com/marverix/gah) + +``` +gah install yq +``` + ## Features - [Detailed documentation with many examples](https://mikefarah.gitbook.io/yq/) - Written in portable go, so you can download a lovely dependency free binary