Procedure

Install jq and yq

Install jq (jqlang) and mikefarah/yq via package managers or official binaries, then verify with jq --version and yq --version.

  1. Install jq per https://jqlang.github.io/jq/download/ : macOS brew instal

    Install jq per https://jqlang.github.io/jq/download/ : macOS brew install jq ; Linux apt/dnf/pacman install jq ; Windows winget install jqlang.jq (or scoop/choco). Install mikefarah yq per https://github.com/mikefarah/yq/#install : brew install yq ; winget install --id MikeFarah.yq -e ; or Linux package/snap/binary from that page. Prefer mikefarah/yq over pip install yq (kislyuk) which conflicts on the same command name.

  2. Open a new terminal so both tools are on PATH. Confirm yq --version ment

    Open a new terminal so both tools are on PATH. Confirm yq --version mentions mikefarah if you intended the Go yq.

  3. jq --version && yq --version

    jq --version && yq --version
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M1205RV3XEE75EA79X531MR5

DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.