📝 Update installation instructions in CHEATSHEET.md

This commit is contained in:
2026-04-13 00:48:27 +08:00
parent 1b21bd978d
commit 562858ccdc

View File

@@ -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
```