From 95aaccee46a867e716e7a8d3704c3fbb6e290ddc Mon Sep 17 00:00:00 2001 From: Bryan Honof Date: Mon, 5 Aug 2024 07:15:06 +0200 Subject: [PATCH] Add Flox to installation methods (#2117) Co-authored-by: Bryan Honof --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f339b6cf..50622702 100644 --- a/README.md +++ b/README.md @@ -308,6 +308,13 @@ apk add yq Supported by Tuan Hoang (https://pkgs.alpinelinux.org/packages?name=yq-go) +### Flox: + +Flox can be used to install yq on Linux, MacOS, and Windows through WSL. + +``` +flox install yq +``` ## Features - [Detailed documentation with many examples](https://mikefarah.gitbook.io/yq/)