From 562858ccdc33363e803fa76e6f7b2d92a87cb56b Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Mon, 13 Apr 2026 00:48:27 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20installation=20instruct?= =?UTF-8?q?ions=20in=20CHEATSHEET.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yq/CHEATSHEET.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/yq/CHEATSHEET.md b/yq/CHEATSHEET.md index 55c5d59..52622a6 100644 --- a/yq/CHEATSHEET.md +++ b/yq/CHEATSHEET.md @@ -8,3 +8,14 @@ repo: https://github.com/mikefarah/yq description: yq is a portable command-line YAML, JSON, XML, CSV, TOML, HCL and properties processor ``` +## Install + +Install via brew: +```shell +brew install yq +``` + +Install via go: +```shell +go install github.com/mikefarah/yq/v4@latest +``` \ No newline at end of file