Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 342 Bytes

jq.md

File metadata and controls

32 lines (19 loc) · 342 Bytes

What is jq

Install

Instructions for installing jq.

CentOS

  1. Install using yum

    sudo yum install epel-release
    sudo yum install jq

Ubuntu

macOS

Windows

Test

  1. Test

    jq --version

Troubleshooting

References