📝 Add installation instructions for jq in CHEATSHEET.md

This commit is contained in:
2026-04-13 23:38:57 +08:00
parent 4297de62ae
commit cb4de1aa9f

View File

@@ -8,6 +8,12 @@ repo: https://github.com/jqlang/jq
description: Command-line JSON processor
```
## Install
```shell
mise use -g jq
```
## Usage
```shell